31 lines
782 B
Plaintext
31 lines
782 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="SessionZero"
|
|
config/description="Open-source TTRPG Companion"
|
|
run/main_scene="uid://bxafbn1ydfybh"
|
|
config/use_custom_user_dir=true
|
|
config/features=PackedStringArray("4.4", "C#", "GL Compatibility")
|
|
boot_splash/fullsize=false
|
|
boot_splash/image="uid://dpjq1ngyid2u7"
|
|
config/icon="uid://qscxiy4tpkef"
|
|
boot_splash/minimum_display_time=1000
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="SessionZero"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|