summaryrefslogtreecommitdiff
path: root/network/WSClient.tscn
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2025-08-19 12:38:02 -0700
committerAnson Bridges <bridges.anson@gmail.com>2025-08-19 12:38:02 -0700
commit255fbf19cc9499ef384d41f68515da5e49e8a3ce (patch)
tree13c838229198383b24644f613787e34842ea7ab2 /network/WSClient.tscn
parentf087c6a98b1da55525a6e3c1d7c82477f82eb5cd (diff)
added menus, reworking GC client architecture
Diffstat (limited to 'network/WSClient.tscn')
-rw-r--r--network/WSClient.tscn6
1 files changed, 0 insertions, 6 deletions
diff --git a/network/WSClient.tscn b/network/WSClient.tscn
deleted file mode 100644
index 2224ed5..0000000
--- a/network/WSClient.tscn
+++ /dev/null
@@ -1,6 +0,0 @@
-[gd_scene load_steps=2 format=2]
-
-[ext_resource path="res://network/websocket_client.gd" type="Script" id=1]
-
-[node name="WSClient" type="Node"]
-script = ExtResource( 1 )