summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-15 16:02:13 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-15 16:02:13 -0600
commit362f3aee967b957b5773ce601e0b5102eb0c48f1 (patch)
tree1a4e647419f9bf0316bffb3ac119f0eb6b6970c6 /project.godot
Create project!!!
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot20
1 files changed, 20 insertions, 0 deletions
diff --git a/project.godot b/project.godot
new file mode 100644
index 0000000..a582e64
--- /dev/null
+++ b/project.godot
@@ -0,0 +1,20 @@
+; 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="Overstimulator Oversimulator 2"
+config/features=PackedStringArray("4.3", "GL Compatibility")
+config/icon="res://icon.svg"
+
+[rendering]
+
+renderer/rendering_method="gl_compatibility"
+renderer/rendering_method.mobile="gl_compatibility"