aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-22 01:17:44 +0000
committernathan <nathansmith@disroot.org>2025-12-22 01:17:44 +0000
commit2254600c6dfb50333327ddb94457427596b51807 (patch)
treec2a36d9c4433adbc5db763aa0e7d5863ce592740 /src/game.h
parent260d51b8399935c067eb79720db63e08d1c3f1f2 (diff)
downloadFindThings-2254600c6dfb50333327ddb94457427596b51807.tar.gz
FindThings-2254600c6dfb50333327ddb94457427596b51807.tar.bz2
FindThings-2254600c6dfb50333327ddb94457427596b51807.zip
Interaction menu stuff and fps adhd
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index e7d761e..971dde3 100644
--- a/src/game.h
+++ b/src/game.h
@@ -25,11 +25,14 @@ struct Game {
World world;
Model skybox;
Map map;
- InteractionChat chat;
+
+ InteractionChat interactionChat;
+ InteractionMenu interactionMenu;
SceneId sceneId;
bool isCursorEnabled;
bool isCrossHairEnabled;
+ bool showFPS;
struct {
RenderTexture render;