]> Repositories - rushbound.git/commitdiff
Create Godot project
authorAyo Reis <hey@ayoreis.com>
Mon, 8 Sep 2025 18:35:19 +0000 (19:35 +0100)
committerAyo Reis <hey@ayoreis.com>
Tue, 9 Sep 2025 11:04:55 +0000 (12:04 +0100)
.gitignore [new file with mode: 0644]
project.godot [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0f10302
--- /dev/null
@@ -0,0 +1 @@
+.godot/
diff --git a/project.godot b/project.godot
new file mode 100644 (file)
index 0000000..2ef5c8e
--- /dev/null
@@ -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="Rushbound"
+config/features=PackedStringArray("4.4", "GL Compatibility")
+
+[rendering]
+
+renderer/rendering_method="gl_compatibility"
+renderer/rendering_method.mobile="gl_compatibility"