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"
|
2023-11-11 13:11:27 -07:00
|
|
|
run/main_scene="res://tests/TAS_system/TAS_test_001.tscn"
|
|
|
|
config/features=PackedStringArray("4.1", "C#", "Forward Plus")
|
2023-11-10 18:22:24 -07:00
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
2023-11-11 09:15:31 -07:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
ControllerEventBus="*res://controller_event_bus.gd"
|
2023-11-11 13:11:27 -07:00
|
|
|
TAS="*res://TAS_system/TAS_System.tscn"
|
2023-11-11 09:15:31 -07:00
|
|
|
|
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
|