* Move networking scenes under `controllers/networking` * Move data bridge scene under `scenes/data` * Rename the bridge node to `data_bridge` * Update lobby UI scene path * Remove unused lobby RPC node/script
43 lines
2.3 KiB
Plaintext
43 lines
2.3 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dkes5cdu45q6e"]
|
|
|
|
[ext_resource type="Script" uid="uid://dk7afnf7ol7dy" path="res://scenes/screens/lobby_screen/lobby.gd" id="1_hhiik"]
|
|
[ext_resource type="PackedScene" uid="uid://dg7pgj6i5pk8p" path="res://scenes/ui_controls/lobby/ui.tscn" id="2_lqt48"]
|
|
[ext_resource type="Script" uid="uid://dv7j35h2ngiq7" path="res://scenes/screens/lobby_screen/lobby_client.gd" id="4_glu7g"]
|
|
|
|
[node name="lobby" type="Node"]
|
|
script = ExtResource("1_hhiik")
|
|
|
|
[node name="ui" parent="." instance=ExtResource("2_lqt48")]
|
|
|
|
[node name="host_address_input" parent="ui/body/left_body/server_host_hbox" index="1"]
|
|
context_menu_enabled = false
|
|
select_all_on_focus = true
|
|
|
|
[node name="host_port_range" parent="ui/body/left_body/server_host_hbox" index="2"]
|
|
select_all_on_focus = true
|
|
|
|
[node name="match_search_input" parent="ui/body/left_body/search_vbox/search_hbox" index="0"]
|
|
context_menu_enabled = false
|
|
|
|
[node name="right_body" parent="ui/body" index="1"]
|
|
visible = false
|
|
|
|
[node name="new_match_name_input" parent="ui/body/right_body/create_match_hbox" index="0"]
|
|
context_menu_enabled = false
|
|
select_all_on_focus = true
|
|
|
|
[node name="client" type="Node" parent="."]
|
|
script = ExtResource("4_glu7g")
|
|
|
|
[connection signal="pressed" from="ui/body/left_body/server_host_hbox/home_bttn" to="." method="_on_home_bttn_pressed"]
|
|
[connection signal="pressed" from="ui/body/left_body/server_host_hbox/host_connect_bttn" to="." method="_on_host_connect_bttn_pressed"]
|
|
[connection signal="pressed" from="ui/body/left_body/server_host_hbox/host_disconnect_bttn" to="." method="_on_host_disconnect_bttn_pressed"]
|
|
[connection signal="pressed" from="ui/body/left_body/search_vbox/search_hbox/match_search_bttn" to="." method="_on_match_search_bttn_pressed"]
|
|
[connection signal="pressed" from="ui/body/right_body/create_match_hbox/match_create_bttn" to="." method="_on_match_create_bttn_pressed"]
|
|
[connection signal="pressed" from="ui/body/right_body/vbox/8ball" to="." method="_on_mode_bttn_pressed" flags=18]
|
|
[connection signal="pressed" from="ui/body/right_body/vbox/9ball" to="." method="_on_mode_bttn_pressed" flags=18]
|
|
[connection signal="pressed" from="ui/body/right_body/vbox/snooker" to="." method="_on_mode_bttn_pressed" flags=18]
|
|
[connection signal="pressed" from="ui/body/right_body/vbox/freeball" to="." method="_on_mode_bttn_pressed" flags=18]
|
|
|
|
[editable path="ui"]
|