From f087c6a98b1da55525a6e3c1d7c82477f82eb5cd Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Fri, 15 Aug 2025 23:04:40 -0700 Subject: Game Coordinator now mostly (~90%) functional --- network/GameCoordinatorTester.tscn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 network/GameCoordinatorTester.tscn (limited to 'network/GameCoordinatorTester.tscn') diff --git a/network/GameCoordinatorTester.tscn b/network/GameCoordinatorTester.tscn new file mode 100644 index 0000000..9b34186 --- /dev/null +++ b/network/GameCoordinatorTester.tscn @@ -0,0 +1,19 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://network/GameCoordinatorTester.gd" type="Script" id=2] + +[node name="GameCoordinatorTester" type="VBoxContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +script = ExtResource( 2 ) + +[node name="ControlsHBox" type="HBoxContainer" parent="."] +margin_right = 1600.0 +margin_bottom = 20.0 + +[node name="AddClientBtn" type="Button" parent="ControlsHBox"] +margin_right = 77.0 +margin_bottom = 20.0 +text = "Add client" + +[connection signal="pressed" from="ControlsHBox/AddClientBtn" to="." method="create_gc_client"] -- cgit v1.2.3