Ensure most demos have descriptions and screenshots

This commit is contained in:
Aaron Franke
2021-08-16 16:24:05 -05:00
parent 89978a7421
commit 7d64830cfe
84 changed files with 197 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
# WebSocket Multiplayer
This is a sample showing how the use WebSockets along with the Multiplayer API in Godot.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/540
## Screenshots
![Screenshot](screenshots/screenshot.png)

View File

@@ -11,6 +11,7 @@ config_version=4
[application]
config/name="WebSocket Multiplayer Demo"
config/description="This is a sample showing how the use WebSockets along with the Multiplayer API in Godot."
run/main_scene="res://scene/main.tscn"
config/icon="res://icon.png"

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB