mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Sorted tags
This commit is contained in:
@@ -20,7 +20,7 @@ config/description="This demo shows how to make in-app payments in Android.
|
||||
Note: Running the demo requires exporting and uploading the game to Google Play."
|
||||
run/main_scene="res://main.tscn"
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("official", "demo", "porting", "mobile")
|
||||
config/tags=PackedStringArray("demo", "mobile", "official", "porting")
|
||||
|
||||
[display]
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="Multitouch Cubes Demo "
|
||||
config/description="Demo of multitouch input and different gestures using the touch API. This demo is meant to be used with a touch-enabled device such as a phone or tablet."
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("mobile", "input", "official", "demo")
|
||||
config/tags=PackedStringArray("demo", "input", "mobile", "official")
|
||||
|
||||
[input_devices]
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="Multitouch View"
|
||||
config/description="Simple debugger for multitouch input. Shows red dots everywhere you press."
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("official", "demo", "mobile", "input")
|
||||
config/tags=PackedStringArray("demo", "input", "mobile", "official")
|
||||
|
||||
[autoload]
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ config/description="A demo showing the use of various sensors: an accelerometer,
|
||||
These sensors are typically found on mobile devices, so don't expect this to work on a desktop."
|
||||
run/main_scene="res://main.tscn"
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("mobile", "official", "demo")
|
||||
config/tags=PackedStringArray("demo", "mobile", "official")
|
||||
|
||||
[rendering]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user