commit 3ca5819033515e5b8ea6071024df0999e2dee52b Author: Kurt Zahn Date: Sun Jun 30 15:49:32 2024 +0200 commit message diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..3fe4f4a --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..34d55ac --- /dev/null +++ b/project.godot @@ -0,0 +1,19 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="Game_Tutorial_1" +config/features=PackedStringArray("4.2", "Mobile") +config/icon="res://icon.svg" + +[rendering] + +renderer/rendering_method="mobile"