add "dead" button

This commit is contained in:
Viktor Rådberg
2023-08-30 12:38:04 +02:00
parent 8219d36e01
commit 9abadc1f38
10 changed files with 158 additions and 89 deletions

View File

@@ -7,6 +7,7 @@ export type Player = {
commanderDamage: CommanderDamage[];
extraCounters: ExtraCounter[];
isStartingPlayer: boolean;
hasLost: boolean;
};
export type PlayerSettings = {