diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2025-08-22 12:46:04 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2025-08-22 12:46:04 -0700 |
| commit | 64f37f4209d80bfad976dd4a139c98002caef15f (patch) | |
| tree | 94c91953986e960573ae0092f8ad7120c1c266f0 /network/WSClient.tscn | |
| parent | 255fbf19cc9499ef384d41f68515da5e49e8a3ce (diff) | |
Diffstat (limited to 'network/WSClient.tscn')
| -rw-r--r-- | network/WSClient.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/WSClient.tscn b/network/WSClient.tscn new file mode 100644 index 0000000..bfb9383 --- /dev/null +++ b/network/WSClient.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://network/websocket_client_basic.gd" type="Script" id=1] + +[node name="WSClient" type="Node"] +script = ExtResource( 1 ) |
