small godot addon for gizmo creation
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot26
1 files changed, 26 insertions, 0 deletions
diff --git a/project.godot b/project.godot
new file mode 100644
index 0000000..d71750b
--- /dev/null
+++ b/project.godot
@@ -0,0 +1,26 @@
+; 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="gizmo test"
+run/main_scene="res://test.tscn"
+config/features=PackedStringArray("4.1")
+
+[display]
+
+window/stretch/mode="viewport"
+window/stretch/aspect="expand"
+window/stretch/scale=2.0
+
+[rendering]
+
+anti_aliasing/quality/msaa_3d=3
+anti_aliasing/quality/screen_space_aa=1