diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 5a971eb..336afb6 100644 --- a/project.godot +++ b/project.godot @@ -53,6 +53,11 @@ config/icon="res://icon.png" Global="*res://Scenes/Global.gd" Builder="*res://Scenes/Builder.gd" +[display] + +window/stretch/mode="2d" +window/stretch/aspect="keep" + [physics] common/enable_pause_aware_picking=true |