diff --git a/constants/index.ts b/constants/index.ts index 2721031..9e4a1df 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -7,12 +7,12 @@ import type { GameUpdate, LocalSettings, Settings } from '@/types'; export const SETTINGS: Settings = { cardStyle: 'color', - notes: false, - positionBack: false, - positionFront: false, - prophecy: false, + notes: true, + positionBack: true, + positionFront: true, + prophecy: true, tilt: true, - remoteTilt: false, + remoteTilt: true, }; export const GAME_START: GameUpdate = {