initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
[gd_scene format=3 uid="uid://dv0gb47bqfiqr"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ddnryq3tes123" path="res://MultiplayerController.gd" id="1_ixi2m"]
|
||||
|
||||
[node name="Control" type="Control" unique_id=1661870672]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_ixi2m")
|
||||
|
||||
[node name="Host" type="Button" parent="." unique_id=1368042197]
|
||||
layout_mode = 0
|
||||
offset_left = 84.0
|
||||
offset_top = 239.0
|
||||
offset_right = 209.0
|
||||
offset_bottom = 307.0
|
||||
text = "Host
|
||||
"
|
||||
|
||||
[node name="Join" type="Button" parent="." unique_id=1475030796]
|
||||
layout_mode = 0
|
||||
offset_left = 243.0
|
||||
offset_top = 244.0
|
||||
offset_right = 368.0
|
||||
offset_bottom = 312.0
|
||||
text = "Join"
|
||||
|
||||
[node name="Start" type="Button" parent="." unique_id=838367059]
|
||||
layout_mode = 0
|
||||
offset_left = 96.0
|
||||
offset_top = 343.0
|
||||
offset_right = 355.0
|
||||
offset_bottom = 440.0
|
||||
text = "start"
|
||||
|
||||
[connection signal="button_down" from="Host" to="." method="_on_host_button_down"]
|
||||
[connection signal="button_down" from="Join" to="." method="_on_join_button_down"]
|
||||
[connection signal="button_down" from="Start" to="." method="_on_start_button_down"]
|
||||
Reference in New Issue
Block a user