forked from unfa/liblast
14 lines
400 B
Text
14 lines
400 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Main.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Server.gd" type="Script" id=2]
|
|
|
|
[node name="Server" type="Node"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Main" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="TextEdit" parent="Main/NetworkTesting" index="2"]
|
|
structured_text_bidi_override_options = []
|
|
|
|
[editable path="Main"]
|