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/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings.h') 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; -- cgit v1.2.3