diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-08 10:26:36 -0700 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-11-08 10:26:36 -0700 |
commit | 10a0fb1c52a50b44bd2df064c977a3a15146facf (patch) | |
tree | 5ddc1373bcaf5c26d33a501ca8a1030ede87d55f /src/gameScreen.h | |
parent | 28f9f373667e1d676365c1d67d50221eda2c6379 (diff) |
Fixed some stuff with the gui
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 5bcd288..5890350 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -17,6 +17,7 @@ #define GAME_SCREEN_SKY_BOX_SIZE 1020.0 #define GAME_SCREEN_SHOW_GAME_OVER_FOR 2.0 +#define GAME_SCREEN_GAME_OVER_FONT_SIZE 100 // Gui stuff and shit. typedef struct GameScreen { |