Files
godot-demo-projects/mobile/multitouch_view/project.godot
2023-09-22 21:42:37 +02:00

31 lines
774 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="Multitouch View"
config/description="Simple debugger for multitouch input. Shows red dots everywhere you press."
config/tags=PackedStringArray("demo", "input", "mobile", "official")
run/main_scene="res://Main.tscn"
config/features=PackedStringArray("4.1")
config/icon="res://icon.webp"
[autoload]
TouchHelper="*res://TouchHelper.gd"
[input_devices]
pointing/emulate_touch_from_mouse=true
[rendering]
environment/defaults/default_clear_color=Color(0.113725, 0.133333, 0.196078, 1)