aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-15 03:09:39 +0000
committernathan <nathansmith@disroot.org>2025-10-15 03:09:39 +0000
commitadf84529a0f59bccea0e111b0f76d2eef3968971 (patch)
tree471bf4cbadee7b6016347df555ab70e8468e0bc1 /src/game.h
parent8b176566434e22f4ca0f4f2ebe255b1e38d84f5b (diff)
downloadFindThings-adf84529a0f59bccea0e111b0f76d2eef3968971.tar.gz
FindThings-adf84529a0f59bccea0e111b0f76d2eef3968971.tar.bz2
FindThings-adf84529a0f59bccea0e111b0f76d2eef3968971.zip
Why haven't I gone this already? Should I work on this project more?
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h6
1 files changed, 6 insertions, 0 deletions
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);