13 lines
556 B
Plaintext
13 lines
556 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b0cqo3qo62y6n"]
|
|
|
|
[ext_resource type="Script" uid="uid://chu1htrspx5su" path="res://server.gd" id="1_ob30c"]
|
|
[ext_resource type="PackedScene" uid="uid://dy51wny4x53f4" path="res://scenes/data_bridge/bridge.tscn" id="2_h8t3n"]
|
|
|
|
[node name="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_ob30c")
|
|
|
|
[node name="bridge" parent="." instance=ExtResource("2_h8t3n")]
|
|
|
|
[node name="scene" type="Node" parent="."]
|