Archived
1
0
Fork 0
This repository has been archived on 2026-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
Danmaku/client/danmaku!/Network/network.tscn

17 lines
813 B
Text

[gd_scene load_steps=4 format=3 uid="uid://e800nylcbhkx"]
[ext_resource type="Script" uid="uid://cy6bf5qqnku6a" path="res://danmaku!/Network/network_state.gd" id="1_vo6kr"]
[ext_resource type="Script" uid="uid://de5tjg0h3aqrn" path="res://danmaku!/Network/session_manager.gd" id="1_wvqc0"]
[ext_resource type="Script" uid="uid://cy8homfyumhf2" path="res://danmaku!/Network/temp_test_match_maker.gd" id="4_ymcg2"]
[node name="Network" type="Node"]
script = ExtResource("1_vo6kr")
[node name="SessionManager" type="Node" parent="." node_paths=PackedStringArray("network")]
unique_name_in_owner = true
script = ExtResource("1_wvqc0")
network = NodePath("..")
[node name="TempTestMatchMaker" type="Node" parent="." node_paths=PackedStringArray("network")]
script = ExtResource("4_ymcg2")
network = NodePath("..")