29 lines
623 B
Plaintext
29 lines
623 B
Plaintext
; 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="Thief Mission Viewer"
|
|
run/main_scene="res://project/scenes/main.tscn"
|
|
config/features=PackedStringArray("4.3", "C#", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Context="*res://project/code/TMV/Context.cs"
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="Thief Mission Viewer"
|
|
|
|
[rendering]
|
|
|
|
occlusion_culling/use_occlusion_culling=true
|