Skip to content

Commit

Permalink
change default resolution to resolution of the steam deck
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsupina committed Jun 4, 2024
1 parent d3476ed commit 31298f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/display.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
width: 1280.0,
height: 1024.0,
height: 800.0,
fullscreen: false, // starting the game in fullscreen currently affects physics
)

0 comments on commit 31298f9

Please sign in to comment.