diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-09-03 13:21:54 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-09-03 13:21:54 +0200 |
| commit | fe1dc66b4e68ad100e6cd78162546c1bf4f403e5 (patch) | |
| tree | 757f435b10f21556b56b9002383b526af4180ed1 | |
| parent | ada59f2f5b2c2be0999131fe98af985effb5829d (diff) | |
| download | muhqs-game-fe1dc66b4e68ad100e6cd78162546c1bf4f403e5.tar.gz muhqs-game-fe1dc66b4e68ad100e6cd78162546c1bf4f403e5.zip | |
center cancel button
| -rw-r--r-- | go/client/game.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/client/game.go b/go/client/game.go index 4805ec80..5ab70df2 100644 --- a/go/client/game.go +++ b/go/client/game.go @@ -125,7 +125,7 @@ func newGame(app *app, gameState game.State) *Game { g.resetButton = ui.NewRoundSimpleButton( 10, - g.Height/2, + g.Height/2+(ui.PROMPT_HEIGHT-DEFAULT_BUTTON_HEIGHT)/2, DEFAULT_BUTTON_HEIGHT, "X", func(*ui.SimpleButton) { |
