Renaming node and files to better align with project
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[preset.0]
|
[preset.0]
|
||||||
|
|
||||||
name="Linux"
|
name="Lobby Server"
|
||||||
platform="Linux"
|
platform="Linux"
|
||||||
runnable=true
|
runnable=true
|
||||||
advanced_options=true
|
advanced_options=true
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=3 format=3 uid="uid://b0cqo3qo62y6n"]
|
[gd_scene load_steps=3 format=3 uid="uid://b0cqo3qo62y6n"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://chu1htrspx5su" path="res://lobby.gd" id="1_ob30c"]
|
[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_h8t3n"]
|
[ext_resource type="PackedScene" uid="uid://dy51wny4x53f4" path="res://scripts/data/data_bridge.tscn" id="2_gujb4"]
|
||||||
|
|
||||||
[node name="lobby" type="Node"]
|
[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."
|
editor_description = "Note: The root node needs to match game's client root node in order for proper sync talk."
|
||||||
script = ExtResource("1_ob30c")
|
script = ExtResource("1_ccrpv")
|
||||||
|
|
||||||
[node name="data_bridge" parent="." instance=ExtResource("2_h8t3n")]
|
[node name="data_bridge" parent="." instance=ExtResource("2_gujb4")]
|
||||||
|
|
||||||
[node name="scene" type="Node" parent="."]
|
[node name="scene" type="Node" parent="."]
|
||||||
Reference in New Issue
Block a user