diff options
Diffstat (limited to 'network/GameCoordinatorTester.tscn')
| -rw-r--r-- | network/GameCoordinatorTester.tscn | 19 |
1 files changed, 19 insertions, 0 deletions
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"] |
