41 lines
1 KiB
Text
41 lines
1 KiB
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="La Torreta del Drac"
|
|
run/main_scene="uid://ctytpqaed0yqx"
|
|
config/features=PackedStringArray("4.4", "GL Compatibility")
|
|
boot_splash/bg_color=Color(0.14, 0.14, 0.14, 0)
|
|
boot_splash/show_image=false
|
|
config/icon="uid://vt266gxkfb5j"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=600
|
|
window/size/viewport_height=300
|
|
window/size/resizable=false
|
|
window/size/borderless=true
|
|
window/size/always_on_top=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]
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
viewport/transparent_background=true
|