Rundenzeiten auf 15/30/60 Sekunden ändern
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { writable } from 'svelte/store';
|
||||
import { loadSettings, saveSettings, type Settings } from '../game/persistence';
|
||||
|
||||
export const ROUND_SECONDS_OPTIONS = [30, 60, 90, 120] as const;
|
||||
export const ROUND_SECONDS_OPTIONS = [15, 30, 60] as const;
|
||||
|
||||
const initial: Settings =
|
||||
typeof window === 'undefined'
|
||||
|
||||
Reference in New Issue
Block a user