From: Ayo Reis Date: Mon, 8 Sep 2025 18:35:19 +0000 (+0100) Subject: Create Godot project X-Git-Url: https://git.ayoreis.com/rushbound.git/commitdiff_plain/1b5cabd4c4713f767e274ace122d71c0dfbc7700?ds=sidebyside Create Godot project --- 1b5cabd4c4713f767e274ace122d71c0dfbc7700 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f10302 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.godot/ diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..2ef5c8e --- /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="Rushbound" +config/features=PackedStringArray("4.4", "GL Compatibility") + +[rendering] + +renderer/rendering_method="gl_compatibility" +renderer/rendering_method.mobile="gl_compatibility"