aboutsummaryrefslogtreecommitdiff
path: root/src/settings.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-11-05 00:07:55 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-11-05 00:07:55 -0600
commit451887dabd71b6b9b8cdf2587fee31ec59c3675b (patch)
tree0129a76d755c222dd62cd418f184ed1c7254aa79 /src/settings.c
parentf45d32ca36a0ae85410b3eee61120fa97bf9bd25 (diff)
Started working on cool stars
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.c b/src/settings.c
index a383e9f..8f35206 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -14,8 +14,8 @@ void initSettings(Settings * settings) {
.joystickSensitivity = 0.5,
.fps = 60.0,
.drawFps = true,
- .renderWidth = 480,
- .renderHeight = 270,
+ .renderWidth = 640,
+ .renderHeight = 360,
.useWorldRenderTexture = true
};
}