summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot6
1 files changed, 5 insertions, 1 deletions
diff --git a/project.godot b/project.godot
index 4fca336..3b0257e 100644
--- a/project.godot
+++ b/project.godot
@@ -11,10 +11,14 @@ config_version=5
[application]
config/name="Overstimulator Oversimulator 2"
-run/main_scene="res://main.tscn"
+run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"
+[display]
+
+window/subwindows/embed_subwindows=false
+
[rendering]
renderer/rendering_method="gl_compatibility"