water-shader/project.godot

28 lines
591 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"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="water shader"
2025-01-29 22:18:03 -05:00
[editor_plugins]
enabled=PackedStringArray("res://addons/godot-xr-tools/addons/godot-xr-tools/plugin.cfg")
[physics]
3d/physics_engine="JoltPhysics3D"