blob: 7843f3ab612f4bfeebf0f16693102ed949469407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Scenes/Game/StatusLine.tscn" type="PackedScene" id=1]
[ext_resource path="res://Scenes/Game/Output.tscn" type="PackedScene" id=2]
[ext_resource path="res://Scenes/Game/Input.tscn" type="PackedScene" id=3]
[node name="Game" type="VBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/separation = 0
[node name="StatusLine" parent="." instance=ExtResource( 1 )]
[node name="Output" parent="." instance=ExtResource( 2 )]
[node name="Input" parent="." instance=ExtResource( 3 )]
|