water-shader/project.godot

33 lines
619 B
Plaintext
Raw Normal View History

2025-01-29 13:33:31 -05:00
; 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="water shader"
2025-03-18 18:31:42 -04:00
config/features=PackedStringArray("4.4", "Forward Plus")
2025-01-29 13:33:31 -05:00
config/icon="res://icon.svg"
2025-02-19 15:09:30 -05:00
[debug]
gdscript/warnings/untyped_declaration=2
gdscript/warnings/inferred_declaration=2
2025-01-29 13:33:31 -05:00
[dotnet]
project/assembly_name="water shader"
2025-01-29 22:18:03 -05:00
[editor_plugins]
enabled=PackedStringArray()
2025-01-29 22:18:03 -05:00
[physics]
2025-03-18 18:31:42 -04:00
3d/physics_engine="Jolt Physics"