Quellcode durchsuchen

:wrench: Set up project for multiple resolutions

DricomDragon vor 1 Jahr
Ursprung
Commit
86dcd5b1e8
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      godot/project.godot

+ 5 - 0
godot/project.godot

@@ -15,6 +15,11 @@ run/main_scene="res://example/example_slide_show.tscn"
 config/features=PackedStringArray("4.0", "GL Compatibility")
 config/icon="res://icon.svg"
 
+[display]
+
+window/stretch/mode="canvas_items"
+window/stretch/aspect="expand"
+
 [editor_plugins]
 
 enabled=PackedStringArray("res://addons/slide_show/plugin.cfg")