refactor: reorganize networking and data bridge scenes

* 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
This commit is contained in:
2026-08-12 16:52:16 -05:00
parent 84b3600044
commit 09369d3dd4
21 changed files with 14 additions and 21 deletions

View File

@@ -1,8 +1,7 @@
[gd_scene load_steps=5 format=3 uid="uid://dkes5cdu45q6e"]
[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_screen/lobby_ui.tscn" id="2_lqt48"]
[ext_resource type="Script" uid="uid://sihv0kwbcr33" path="res://scenes/screens/lobby_screen/lobby_rpc.gd" id="3_rurl6"]
[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"]
@@ -27,9 +26,6 @@ visible = false
context_menu_enabled = false
select_all_on_focus = true
[node name="rpc_signals" type="Node" parent="."]
script = ExtResource("3_rurl6")
[node name="client" type="Node" parent="."]
script = ExtResource("4_glu7g")