mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Sorted tags
This commit is contained in:
@@ -17,7 +17,7 @@ should type in his address and press 'play'."
|
||||
run/main_scene="res://lobby.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("network", "2d", "official", "demo")
|
||||
config/tags=PackedStringArray("2d", "demo", "network", "official")
|
||||
|
||||
[autoload]
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ other should select the address and press 'join'."
|
||||
run/main_scene="res://lobby.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("2d", "demo", "official", "network")
|
||||
config/tags=PackedStringArray("2d", "demo", "network", "official")
|
||||
|
||||
[display]
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="WebRTC Minimal Connection"
|
||||
config/description="This is a minimal sample of using WebRTC connections to connect two peers to each other."
|
||||
run/main_scene="res://main.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/tags=PackedStringArray("network", "official", "demo")
|
||||
config/tags=PackedStringArray("demo", "network", "official")
|
||||
|
||||
[autoload]
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ The protocol is text based, and composed by a command and possibly
|
||||
multiple payload arguments, each separated by a new line."
|
||||
run/main_scene="res://demo/main.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/tags=PackedStringArray("official", "demo", "network")
|
||||
config/tags=PackedStringArray("demo", "network", "official")
|
||||
|
||||
[debug]
|
||||
|
||||
|
||||
@@ -15,4 +15,4 @@ config/description="This is a demo of a simple chat implemented using WebSockets
|
||||
run/main_scene="res://combo.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("network", "official", "demo")
|
||||
config/tags=PackedStringArray("demo", "network", "official")
|
||||
|
||||
@@ -14,7 +14,7 @@ config/name="WebSocket Minimal Demo"
|
||||
config/description="This is a minimal sample of connecting two peers to each other using websockets."
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/tags=PackedStringArray("official", "demo", "network")
|
||||
config/tags=PackedStringArray("demo", "network", "official")
|
||||
|
||||
[rendering]
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ config/description="This is a sample showing how the use WebSockets along with t
|
||||
run/main_scene="res://scene/combo.tscn"
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/icon="res://icon.webp"
|
||||
config/tags=PackedStringArray("demo", "official", "network")
|
||||
config/tags=PackedStringArray("demo", "network", "official")
|
||||
|
||||
[rendering]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user