summaryrefslogtreecommitdiff
path: root/Scenes/Terminal/OutputArea.tscn
blob: 4f41b9abd6de8e6b568d82f830055a3b778f0ff7 (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
offset_right = 640.0
offset_bottom = 480.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/separation = 0