From 690dd395fd98c50ab48960664b401bb7fc593c6b Mon Sep 17 00:00:00 2001 From: "S.V.I. Vilcrow" Date: Tue, 31 Jan 2023 04:24:20 +0300 Subject: [PATCH] Fixed that the paddles can cross the floor if you run the "Pong" game in the i3 window manager. --- 2d/pong/project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2d/pong/project.godot b/2d/pong/project.godot index 7c200dd9..97660f35 100644 --- a/2d/pong/project.godot +++ b/2d/pong/project.godot @@ -22,7 +22,7 @@ window/size/width=640 window/size/height=400 window/dpi/allow_hidpi=true window/stretch/mode="2d" -window/stretch/aspect="expand" +window/stretch/aspect="keep" stretch_2d=true [gdnative]