diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 4 |
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; |
