aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 03:37:40 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-21 03:37:40 +0000
commit76aa6ea16db1bfee36f86f461ea8487c60296973 (patch)
tree19d7cb2cc58b73364d90120bd7f63973a716f38c /src/gameScreen.h
parent8ff25c1e8951304ff5c125e05a8fa044a198ef72 (diff)
downloadPenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.tar.gz
PenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.tar.bz2
PenguinYippies-76aa6ea16db1bfee36f86f461ea8487c60296973.zip
Button panel
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h12
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;