SpaceServer/Scenes/RootNode.tscn

15 lines
317 B
Plaintext
Raw Normal View History

2020-02-04 16:46:32 +00:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/RootNode.gd" type="Script" id=1]
[node name="RootNode" type="Node"]
script = ExtResource( 1 )
2020-02-11 10:01:09 +00:00
[node name="ConsoleOutput" type="TextEdit" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
readonly = true
__meta__ = {
"_edit_use_anchors_": false
}