From 31298f9925687598e26ea7756af589117694c955 Mon Sep 17 00:00:00 2001 From: Carlo Supina Date: Tue, 4 Jun 2024 01:20:46 -0500 Subject: [PATCH] change default resolution to resolution of the steam deck --- src/options/display.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/display.ron b/src/options/display.ron index 029307b8..99af3c54 100644 --- a/src/options/display.ron +++ b/src/options/display.ron @@ -1,5 +1,5 @@ ( width: 1280.0, - height: 1024.0, + height: 800.0, fullscreen: false, // starting the game in fullscreen currently affects physics ) \ No newline at end of file