diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 16:50:32 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 16:50:32 -0600 |
commit | dbc3395cd7cbfc4ea0e16144113c4b5fd823656a (patch) | |
tree | a926df7ff473efbada37b86a4f34731abcfddc0d /project.godot | |
parent | 2a63cead76c70f95b0f9d67dc351be4253dbe8dd (diff) |
Yay those are two windows
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
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" |