From 255fbf19cc9499ef384d41f68515da5e49e8a3ce Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Tue, 19 Aug 2025 12:38:02 -0700 Subject: added menus, reworking GC client architecture --- network/GCClient.tscn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 network/GCClient.tscn (limited to 'network/GCClient.tscn') diff --git a/network/GCClient.tscn b/network/GCClient.tscn new file mode 100644 index 0000000..2b04171 --- /dev/null +++ b/network/GCClient.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://network/GameCoordinatorClient.gd" type="Script" id=1] + +[node name="GCClient" type="Node"] +script = ExtResource( 1 ) -- cgit v1.2.3