12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=1]
|
|
[ext_resource path="res://ServerUI.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Main" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="ServerUI" parent="." instance=ExtResource( 2 )]
|