diff --git a/ruf-der-pilze/project.godot b/ruf-der-pilze/project.godot index 8794fa8..0e30396 100644 --- a/ruf-der-pilze/project.godot +++ b/ruf-der-pilze/project.godot @@ -13,6 +13,7 @@ config_version=5 config/name="Ruf der Pilze" config/features=PackedStringArray("4.6", "Forward Plus") config/icon="res://icon.svg" +run/main_scene="res://scenes/main.tscn" [autoload] diff --git a/ruf-der-pilze/scenes/main.tscn b/ruf-der-pilze/scenes/main.tscn new file mode 100644 index 0000000..bdb9e1d --- /dev/null +++ b/ruf-der-pilze/scenes/main.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3] + +[ext_resource type="Script" path="res://scripts/main.gd" id="1"] + +[node name="Main" type="Node"] +script = ExtResource("1")