aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.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/settings.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/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index da67539..9bab9aa 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -8,6 +8,10 @@ typedef struct {
int windowWidth;
int windowHeight;
+ // Screen (render texture for pixellyness).
+ int screenWidth;
+ int screenHeight;
+
// Controls.
float mouseSpeed;
KeyboardKey forwardKey;