summaryrefslogtreecommitdiff
path: root/network/WebSocketTest.tscn
blob: 3b02263b67adee0fbaea0c3e79df1e7cc7eda62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[gd_scene load_steps=3 format=2]

[ext_resource path="res://network/WebSocketTest.gd" type="Script" id=1]
[ext_resource path="res://network/websocket_client.gd" type="Script" id=2]

[node name="WebSocketTest" type="Spatial"]
script = ExtResource( 1 )

[node name="WebSocketClient" type="Node" parent="."]
script = ExtResource( 2 )

[node name="Camera" type="Camera" parent="."]