aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c
index ea54fbe..798fa35 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -5,6 +5,8 @@ Settings defaultSettings()
return (Settings){
.windowWidth = 960,
.windowHeight = 720,
+ .screenWidth = 596,
+ .screenHeight = 447,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,
.backwardKey = KEY_S,