From adf84529a0f59bccea0e111b0f76d2eef3968971 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 14 Oct 2025 21:09:39 -0600 Subject: Why haven't I gone this already? Should I work on this project more? --- src/game.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 0990bd2..d75fd4a 100644 --- a/src/game.h +++ b/src/game.h @@ -20,6 +20,12 @@ struct Game { Player player; World world; Model skybox; + + struct { + RenderTexture render; + float scale; + Rectangle destination; + } screen; }; void initGame(Game* game); -- cgit v1.2.3