39 lines
1007 B
Plaintext
39 lines
1007 B
Plaintext
; Engine configuration file.
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="JuggleBoard"
|
|
config/description="Gioco arcade JuggleBoard per la Cooperativa Sociale UPENDI (Pedagogia del Circo)"
|
|
run/main_scene="res://scenes/main.tscn"
|
|
config/features=PackedStringArray("4.7", "GL Compatibility")
|
|
config/icon="res://branding/upendi_logo.png"
|
|
boot_splash/bg_color=Color(0.0980392, 0.34902, 0.427451, 1)
|
|
boot_splash/image="res://branding/boot_splash.png"
|
|
boot_splash/show_image=true
|
|
boot_splash/show_logo=false
|
|
|
|
[autoload]
|
|
|
|
Settings="*res://scripts/settings.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/size/resizable=false
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="keep"
|
|
window/handheld/orientation=4
|
|
|
|
[input_devices]
|
|
|
|
pointing/emulate_touch_from_mouse=true
|
|
pointing/emulate_mouse_from_touch=true
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
textures/vram_compression/import_etc2_astc=true
|