From 76aa6ea16db1bfee36f86f461ea8487c60296973 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Tue, 20 Feb 2024 20:37:40 -0700 Subject: Button panel --- src/gameScreen.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/gameScreen.h') 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; -- cgit v1.2.3