mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-17 16:27:59 +00:00
first pass of settings in local storage
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
import { Player, Rotation } from '../Types/Player';
|
||||
import { InitialGameSettings } from '../Types/Settings';
|
||||
import { GridTemplateAreas } from './GridTemplateAreas';
|
||||
|
||||
export type InitialGameSettings = {
|
||||
startingLifeTotal: number;
|
||||
useCommanderDamage: boolean;
|
||||
numberOfPlayers: number;
|
||||
gridAreas: GridTemplateAreas;
|
||||
};
|
||||
|
||||
const presetColors = [
|
||||
'#F06292', // Light Pink
|
||||
'#4DB6AC', // Teal
|
||||
|
||||
Reference in New Issue
Block a user