push project up

This commit is contained in:
2026-08-07 03:02:53 -05:00
parent 48acb406a7
commit de0da3de6e
40 changed files with 986 additions and 0 deletions

12
server.tscn Normal file
View File

@@ -0,0 +1,12 @@
[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="."]