hurrmmm/godot/project.godot

28 lines
535 B
Plaintext
Raw Normal View History

2023-11-10 18:22:24 -07: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="Hurrmmm"
config/features=PackedStringArray("4.1", "Forward Plus")
config/icon="res://icon.svg"
2023-11-11 09:15:31 -07:00
[autoload]
ControllerEventBus="*res://controller_event_bus.gd"
2023-11-10 18:22:24 -07:00
[dotnet]
project/assembly_name="Hurrmmm"
2023-11-11 09:15:31 -07:00
[filesystem]
import/blender/enabled=false