Renaming node and files to better align with project
This commit is contained in:
12
lobby_server.tscn
Normal file
12
lobby_server.tscn
Normal file
@@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b0cqo3qo62y6n"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://chu1htrspx5su" path="res://lobby_server.gd" id="1_ccrpv"]
|
||||
[ext_resource type="PackedScene" uid="uid://dy51wny4x53f4" path="res://scripts/data/data_bridge.tscn" id="2_gujb4"]
|
||||
|
||||
[node name="lobby_server" type="Node"]
|
||||
editor_description = "Note: The root node needs to match game's client root node in order for proper sync talk."
|
||||
script = ExtResource("1_ccrpv")
|
||||
|
||||
[node name="data_bridge" parent="." instance=ExtResource("2_gujb4")]
|
||||
|
||||
[node name="scene" type="Node" parent="."]
|
||||
Reference in New Issue
Block a user