diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 16:05:24 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 16:05:24 -0600 |
commit | 20046c6c96df517af588f7b32f03f605951de7a0 (patch) | |
tree | 8c1f4fae811536d4c47e0c0a0efa0fd7d690fb43 /project.godot | |
parent | 8680627f16abdd6b9eb5eb7175ee69314621f657 (diff) |
Add main scene
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.godot b/project.godot index a582e64..4fca336 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,7 @@ config_version=5 [application] config/name="Overstimulator Oversimulator 2" +run/main_scene="res://main.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg" |