24 lines
704 B
Plaintext
24 lines
704 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://bigr3od0vmicg"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://cch67vqpsmtej" path="res://ui/debug/DebugLabel.tscn" id="1_d3f0b"]
|
||
|
[ext_resource type="Script" path="res://ui/network/Network.gd" id="1_dnvs4"]
|
||
|
|
||
|
[node name="Network" type="VBoxContainer"]
|
||
|
alignment = 2
|
||
|
script = ExtResource("1_dnvs4")
|
||
|
|
||
|
[node name="Ping" parent="." instance=ExtResource("1_d3f0b")]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
alignment = 2
|
||
|
|
||
|
[node name="Send" parent="." instance=ExtResource("1_d3f0b")]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
alignment = 2
|
||
|
|
||
|
[node name="Receive" parent="." instance=ExtResource("1_d3f0b")]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
alignment = 2
|