multiplayer: added basic server and client functionality

This commit is contained in:
Simon Ward 2026-01-27 12:12:18 +13:00 committed by Jeremy Baxter
parent e16f87cbfa
commit f1a4ad761c
5 changed files with 138 additions and 6 deletions

21
menu.tscn Normal file
View file

@ -0,0 +1,21 @@
[gd_scene format=3 uid="uid://dbv3ty2ulxir4"]
[node name="Menu" type="Control"]
layout_mode = 3
anchors_preset = 0
[node name="client_button" type="Button" parent="."]
layout_mode = 0
offset_right = 200.0
offset_bottom = 100.0
text = "Client
"
[node name="server_button" type="Button" parent="."]
layout_mode = 0
offset_top = 165.0
offset_right = 200.0
offset_bottom = 265.0
text = "Server
"