blob: bc196b97489c19e0ab8eebf0cf491ee1fe5d2c1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/OutputContainer.cs" type="Script" id=3]
[node name="OutputContainer" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 3 )
__meta__ = {
"_edit_group_": true
}
[node name="ScrollContainer" type="ScrollContainer" parent="."]
margin_left = 7.0
margin_top = 7.0
margin_right = 1017.0
margin_bottom = 593.0
follow_focus = true
scroll_horizontal_enabled = false
[node name="OutputRows" type="VBoxContainer" parent="ScrollContainer"]
margin_right = 1010.0
margin_bottom = 586.0
size_flags_horizontal = 3
size_flags_vertical = 3
|