diff options
-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" |