|
@@ -6,15 +6,16 @@
|
|
|
; [section] ; section goes between []
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
|
-config_version=4
|
|
|
+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"
|
|
|
-config/tags=PackedStringArray("demo", "input", "mobile", "official")
|
|
|
|
|
|
[autoload]
|
|
|
|