aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
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;