Files
autgame/project.godot
T

41 lines
1.2 KiB
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://app/scenes/app_shell.tscn"
config/features=PackedStringArray("4.7", "GL Compatibility")
config/icon="res://shared/branding/upendi_logo.png"
boot_splash/bg_color=Color(0.0980392, 0.34902, 0.427451, 1)
boot_splash/image="res://shared/branding/boot_splash.png"
boot_splash/show_image=true
boot_splash/show_logo=false
[autoload]
Settings="*res://shared/settings/settings.gd"
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
# Edge 60 e altri telefoni moderni sono più larghi di 16:9 in landscape.
# expand usa tutto il display senza deformare né introdurre pillarbox.
window/size/resizable=true
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
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