initial commit

This commit is contained in:
2024-04-14 15:49:25 -05:00
commit 38b9d3a6c7
16 changed files with 229 additions and 0 deletions

6
websocket_client.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://yk53icorys0s"]
[ext_resource type="Script" path="res://websocket_client.cs" id="1_k5k6l"]
[node name="WebsocketClient" type="Node"]
script = ExtResource("1_k5k6l")