2026-08-12 16:38:38 -05:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dkes5cdu45q6e"]
|
2026-08-07 03:02:53 -05:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://dk7afnf7ol7dy" path="res://scenes/screens/lobby_screen/lobby.gd" id="1_hhiik"]
|
2026-08-12 16:38:38 -05:00
|
|
|
[ext_resource type="PackedScene" uid="uid://rb6av5eg4u0" path="res://scenes/ui_controls/lobby/ui.tscn" id="2_lqt48"]
|
2026-08-09 18:36:28 -05:00
|
|
|
[ext_resource type="Script" uid="uid://crbm3v4td6du6" path="res://scenes/screens/lobby_screen/lobby_server.gd" id="4_glu7g"]
|
2026-08-07 03:02:53 -05:00
|
|
|
|
2026-08-12 16:38:38 -05:00
|
|
|
[node name="lobby" type="Node"]
|
2026-08-07 03:02:53 -05:00
|
|
|
script = ExtResource("1_hhiik")
|
|
|
|
|
|
|
|
|
|
[node name="ui" parent="." instance=ExtResource("2_lqt48")]
|
|
|
|
|
theme_override_constants/margin_left = 10
|
|
|
|
|
theme_override_constants/margin_top = 10
|
|
|
|
|
theme_override_constants/margin_right = 10
|
|
|
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
|
|
|
|
|
|
[node name="server" type="Node" parent="."]
|
|
|
|
|
script = ExtResource("4_glu7g")
|
|
|
|
|
|
|
|
|
|
[connection signal="pressed" from="ui/body/left_body/server_host_hbox/host_start_bttn" to="." method="_on_host_start_bttn_pressed"]
|
|
|
|
|
[connection signal="pressed" from="ui/body/left_body/server_host_hbox/host_stop_bttn" to="." method="_on_host_stop_bttn_pressed"]
|
2026-08-12 16:38:38 -05:00
|
|
|
[connection signal="pressed" from="ui/body/left_body/search_vbox/search_hbox/match_search_bttn" to="." method="_on_match_search_bttn_pressed"]
|
2026-08-07 03:02:53 -05:00
|
|
|
|
|
|
|
|
[editable path="ui"]
|