diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-15 17:01:21 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-15 17:01:21 +0000 |
commit | 9e0433b442e62ad39a92fdb6580eba32afd787e4 (patch) | |
tree | c465c45cf34f29afc2b52f485578841decb8f31d /src/gameScreen.h | |
parent | 409ea3517b46440f447e35280f399fb5c95e8d9d (diff) | |
download | PenguinYippies-9e0433b442e62ad39a92fdb6580eba32afd787e4.tar.gz PenguinYippies-9e0433b442e62ad39a92fdb6580eba32afd787e4.tar.bz2 PenguinYippies-9e0433b442e62ad39a92fdb6580eba32afd787e4.zip |
Removed silly little panel
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 5c9953d..e25af53 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -18,13 +18,6 @@ typedef struct GameScreen { TexturedButton toGameButton; TexturedButton toEmperorsEmporiumButton; - // The little button panel at the bottom. - Animation buttonPanelSharedAnimation; - TexturedButton upgradesButton; - TexturedButton achievementsButton; - TexturedButton rebirthButton; - TexturedButton statisticsButton; - Shop shop; } GameScreen; |