From 9e0433b442e62ad39a92fdb6580eba32afd787e4 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Fri, 15 Mar 2024 11:01:21 -0600 Subject: Removed silly little panel --- src/gameScreen.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gameScreen.h') diff --git a/src/gameScreen.h b/src/gameScreen.h index 5c9953d..e25af53 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -18,13 +18,6 @@ typedef struct GameScreen { TexturedButton toGameButton; TexturedButton toEmperorsEmporiumButton; - // The little button panel at the bottom. - Animation buttonPanelSharedAnimation; - TexturedButton upgradesButton; - TexturedButton achievementsButton; - TexturedButton rebirthButton; - TexturedButton statisticsButton; - Shop shop; } GameScreen; -- cgit v1.2.3