From a79c74933cee4bfe11d17cc26e5ec2089f9fcc3b Mon Sep 17 00:00:00 2001 From: Radio Date: Fri, 29 May 2026 22:18:14 +0300 Subject: initial commit --- project.godot | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 project.godot (limited to 'project.godot') diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..8820be9 --- /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 + +[animation] + +compatibility/default_parent_skeleton_in_mesh_instance_3d=true + +[application] + +config/name="Moloch" +config/features=PackedStringArray("4.6", "Forward Plus") +config/icon="res://icon.svg" -- cgit v1.3