From f0aee17ea0b022500e33bbb0de5c38092594aa1d Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Thu, 3 Jul 2025 15:54:34 -0400 Subject: [PATCH] fix default settings values --- constants/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = {