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 | |
parent | 8680627f16abdd6b9eb5eb7175ee69314621f657 (diff) |
Add main scene
-rw-r--r-- | main.tscn | 3 | ||||
-rw-r--r-- | project.godot | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/main.tscn b/main.tscn new file mode 100644 index 0000000..160bb56 --- /dev/null +++ b/main.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://d06d1vihf2oqp"] + +[node name="Node2D" type="Node2D"] 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" |