Dwenny/project.godot
Zoey 35b5df9c10 Working
math works
touch works
unicode arrows on android don't
2024-01-19 14:07:20 +01:00

40 lines
954 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="Dwenny"
config/version="0.1.0"
run/main_scene="res://Scenes/main.tscn"
config/features=PackedStringArray("4.2", "Mobile")
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1080
window/size/viewport_height=1920
window/size/mode=4
window/size/resizable=false
window/handheld/orientation=1
[input_devices]
pointing/emulate_touch_from_mouse=true
pointing/android/enable_long_press_as_right_click=true
pointing/android/enable_pan_and_scale_gestures=true
[rendering]
renderer/rendering_method="mobile"
textures/vram_compression/import_etc2_astc=true
anti_aliasing/quality/msaa_2d=1