From b6204ef4d636e32638a44e9bda684708b62f0731 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 7 Dec 2023 13:41:49 +0100 Subject: initial commit --- project.godot | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 project.godot (limited to 'project.godot') diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..3aefede --- /dev/null +++ b/project.godot @@ -0,0 +1,21 @@ +; 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="Haus" +run/main_scene="res://Haus.tscn" +config/features=PackedStringArray("4.2", "GL Compatibility") +config/icon="res://icon.svg" + +[rendering] + +renderer/rendering_method="gl_compatibility" +renderer/rendering_method.mobile="gl_compatibility" -- cgit v1.2.3