summaryrefslogtreecommitdiff
path: root/Scenes/Terminal/OutputArea.tscn
blob: 779b0b7fce17fe6e5a7e4de3b0bc25d825067423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[gd_scene load_steps=2 format=2]

[ext_resource path="res://Scripts/Terminal/OutputArea.cs" type="Script" id=1]

[node name="OutputArea" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
scroll_horizontal_enabled = false
script = ExtResource( 1 )

[node name="LineContainer" type="VBoxContainer" parent="."]
unique_name_in_owner = true
margin_right = 640.0
margin_bottom = 480.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/separation = 0