This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/Server.tscn

15 lines
400 B
Plaintext

[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"]