35 lines
857 B
Text
35 lines
857 B
Text
; 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="SantJordiJam25"
|
|
run/main_scene="uid://ctytpqaed0yqx"
|
|
config/features=PackedStringArray("4.4", "GL Compatibility")
|
|
boot_splash/show_image=false
|
|
config/icon="res://assets/sprites/icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/borderless=true
|
|
window/size/transparent=true
|
|
window/subwindows/embed_subwindows=false
|
|
window/stretch/mode="viewport"
|
|
window/per_pixel_transparency/allowed=true
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="SantJordiJam25"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
viewport/transparent_background=true
|