Add Monarch support (#37)

* wip

* cleanup

* monarch button

* use monarch button

* last cleanup

* fix lint

* fix lint
This commit is contained in:
Viktor Rådberg
2024-09-22 09:57:02 +02:00
committed by GitHub
parent f9ad21b72e
commit 35c1cac691
14 changed files with 183 additions and 26 deletions

View File

@@ -238,6 +238,7 @@ const LifeCounter = ({ player, opponents }: LifeCounterProps) => {
recentDifference={recentDifference}
handleLifeChange={handleLifeChange}
/>
<ExtraCountersBar player={player} />
<PlayerMenu
isShown={showPlayerMenu}