From 3ca5819033515e5b8ea6071024df0999e2dee52b Mon Sep 17 00:00:00 2001 From: Kurt Zahn Date: Sun, 30 Jun 2024 15:49:32 +0200 Subject: [PATCH] commit message --- icon.svg | 1 + project.godot | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 icon.svg create mode 100644 project.godot 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"