diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-21 03:37:40 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-21 03:37:40 +0000 |
commit | 76aa6ea16db1bfee36f86f461ea8487c60296973 (patch) | |
tree | 19d7cb2cc58b73364d90120bd7f63973a716f38c /src/gameScreen.h | |
parent | 8ff25c1e8951304ff5c125e05a8fa044a198ef72 (diff) | |
download | PenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.tar.gz PenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.tar.bz2 PenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.zip |
Button panel
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index f911edd..45be947 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -9,17 +9,11 @@ typedef struct GameScreen { TexturedButton toGameButton; TexturedButton toEmperorsEmporiumButton; - // The little button panel at the bottem. - Animation updateButtonAnimation; - TexturedButton updateButton; - - Animation achievementsButtonAnimation; + // The little button panel at the bottom. + Animation buttonPanelSharedAnimation; + TexturedButton upgradesButton; TexturedButton achievementsButton; - - Animation rebirthButtonAnimation; TexturedButton rebirthButton; - - Animation statisticsButtonAnimation; TexturedButton statisticsButton; } GameScreen; |