21 lines
514 B
Plaintext
21 lines
514 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Scripts/RootNode.gd" type="Script" id=1]
|
|
[ext_resource path="res://Scenes/Lobby.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="RootNode" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Lobby" parent="." instance=ExtResource( 2 )]
|
|
|
|
[node name="ConsoleOutput" type="TextEdit" parent="."]
|
|
visible = false
|
|
anchor_top = 0.7
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
readonly = true
|
|
caret_moving_by_right_click = false
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|