diff options
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; |