diff --git a/project.godot b/project.godot index d3fc2f1..ae64468 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,7 @@ config_version=5 [application] config/name="Skelly" +run/main_scene="uid://ci2gk11211n0d" config/features=PackedStringArray("4.4", "Mobile") config/icon="res://icon.svg" diff --git a/scenes/main.tscn b/scenes/main.tscn new file mode 100644 index 0000000..e613407 --- /dev/null +++ b/scenes/main.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://ci2gk11211n0d"] + +[node name="main" type="Node2D"]