Browse Source

Merge pull request #837 from Vilcrow/pong-screen-size-stable

Fixed that the paddles can cross the floor if you run the "Pong" game in the i3 window manager.
Aaron Franke 2 years ago
parent
commit
3ae7f01a23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      2d/pong/project.godot

+ 1 - 1
2d/pong/project.godot

@@ -22,7 +22,7 @@ window/size/width=640
 window/size/height=400
 window/size/height=400
 window/dpi/allow_hidpi=true
 window/dpi/allow_hidpi=true
 window/stretch/mode="2d"
 window/stretch/mode="2d"
-window/stretch/aspect="expand"
+window/stretch/aspect="keep"
 stretch_2d=true
 stretch_2d=true
 
 
 [gdnative]
 [gdnative]