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,9 @@
# WebSocket Minimal
This is a minimal sample of connecting two peers to each other using websockets.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/539

View File

@@ -11,6 +11,7 @@ config_version=4
[application]
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"
[rendering]