aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 81cfa67..7b8d145 100644
--- a/src/game.h
+++ b/src/game.h
@@ -18,6 +18,9 @@ typedef struct Game {
ScreenId currentScreen;
MainMenu mainMenu;
GameScreen gameScreen;
+
+ // Wacky little render texture to make it look more like a unity game lmao.
+ RenderTexture screenTexture;
} Game;
void initGame(Game* game);