From 362f3aee967b957b5773ce601e0b5102eb0c48f1 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Fri, 15 Nov 2024 16:02:13 -0600 Subject: Create project!!! --- project.godot | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 project.godot (limited to 'project.godot') 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" -- cgit v1.2.3