Sorted tags

This commit is contained in:
MotH
2023-06-28 21:27:10 +02:00
parent 18c76b6dae
commit 0a84347d11
96 changed files with 96 additions and 96 deletions

View File

@@ -16,7 +16,7 @@ in Godot by mixing 2D and 3D nodes. It also adds a
2.5D editor viewport for easily editing 2.5D levels."
run/main_scene="res://assets/demo_scene.tscn"
config/icon="res://icon.webp"
config/tags=PackedStringArray("demo", "official", "2d")
config/tags=PackedStringArray("2d", "demo", "official")
[display]

View File

@@ -16,7 +16,7 @@ config/description="This demo shows how to make in-app payments in Android in C#
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("demo", "official", "mobile", "porting")
config/tags=PackedStringArray("demo", "mobile", "official", "porting")
[display]

View File

@@ -19,7 +19,7 @@ tutorial in the documentation, but ported to C#. For more details,
consider following the tutorial in the documentation."
run/main_scene="res://Main.tscn"
config/icon="res://icon.webp"
config/tags=PackedStringArray("demo", "official", "2d")
config/tags=PackedStringArray("2d", "demo", "official")
[display]

View File

@@ -16,7 +16,7 @@ One of the players should press 'host', while the
other should select the address and press 'join'."
run/main_scene="res://lobby.tscn"
config/icon="res://icon.webp"
config/tags=PackedStringArray("demo", "official", "2d", "network")
config/tags=PackedStringArray("2d", "demo", "network", "official")
[display]

View File

@@ -15,7 +15,7 @@ config/description="A simple Pong game. This demo shows best practices
for game development in Godot, including signals."
run/main_scene="pong.tscn"
config/icon="res://icon.webp"
config/tags=PackedStringArray("demo", "official", "2d")
config/tags=PackedStringArray("2d", "demo", "official")
[display]