mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-16 15:58:00 +00:00
first pass of settings in local storage
This commit is contained in:
14
src/Types/Settings.ts
Normal file
14
src/Types/Settings.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { GridTemplateAreas } from '../Data/GridTemplateAreas';
|
||||
|
||||
export type Settings = {
|
||||
keepAwake: boolean;
|
||||
showStartingPlayer: boolean;
|
||||
goFullscreenOnStart: boolean;
|
||||
};
|
||||
|
||||
export type InitialGameSettings = {
|
||||
startingLifeTotal: number;
|
||||
useCommanderDamage: boolean;
|
||||
numberOfPlayers: number;
|
||||
gridAreas: GridTemplateAreas;
|
||||
};
|
||||
Reference in New Issue
Block a user