multiplayer: added basic server and client functionality
This commit is contained in:
parent
fced905bae
commit
cf5eb5ae6e
5 changed files with 133 additions and 4 deletions
21
menu.tscn
Normal file
21
menu.tscn
Normal 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
|
||||
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue