mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Ensure most demos have descriptions and screenshots
This commit is contained in:
9
networking/websocket_minimal/README.md
Normal file
9
networking/websocket_minimal/README.md
Normal 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
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user