summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-12-07 13:41:49 +0100
committerDaniel Weipert <code@drogueronin.de>2023-12-07 13:41:49 +0100
commitb6204ef4d636e32638a44e9bda684708b62f0731 (patch)
treedfbda73f1c0a23c01aa4ca42ca3b674e9d546a41 /project.godot
initial commit
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot21
1 files changed, 21 insertions, 0 deletions
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"