diff options
| author | Radio <radiohotline@disroot.org> | 2026-05-29 22:18:14 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-05-29 22:18:14 +0300 |
| commit | a79c74933cee4bfe11d17cc26e5ec2089f9fcc3b (patch) | |
| tree | 7723f9877adf333e8120fc0abed36b4990953d95 /project.godot | |
initial commit
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 19 |
1 files changed, 19 insertions, 0 deletions
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" |
