Files
Billiards/billiards.tscn
itdominator 09369d3dd4 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
2026-08-12 16:52:16 -05:00

18 lines
843 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://04nv87epssf4"]
[ext_resource type="Script" uid="uid://dbca7qndk7coq" path="res://billiards.gd" id="1_bhs8v"]
[ext_resource type="PackedScene" uid="uid://dy51wny4x53f4" path="res://scenes/data/data_bridge.tscn" id="1_xa5nf"]
[ext_resource type="PackedScene" uid="uid://cbvv2msu13vr2" path="res://controllers/networking/game_client.tscn" id="3_hkpkv"]
[ext_resource type="PackedScene" uid="uid://bss61m8hfvab3" path="res://controllers/networking/game_server.tscn" id="4_cni66"]
[node name="billiards" type="Node"]
script = ExtResource("1_bhs8v")
[node name="data_bridge" parent="." instance=ExtResource("1_xa5nf")]
[node name="game_client" parent="." instance=ExtResource("3_hkpkv")]
[node name="game_server" parent="." instance=ExtResource("4_cni66")]
[node name="scene" type="Node" parent="."]