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

[ext_resource type="Script" path="res://Scripts/Terminal/OutputArea.cs" id="1"]
[ext_resource type="PackedScene" uid="uid://dluo5vs75j467" path="res://Scenes/Terminal/OutputBlock.tscn" id="2_u5yup"]

[node name="OutputArea" type="ScrollContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource("1")
OutputBlockScene = ExtResource("2_u5yup")

[node name="LineContainer" type="VBoxContainer" parent="."]
unique_name_in_owner = true
layout_mode = 2
offset_right = 1152.0
offset_bottom = 648.0
size_flags_horizontal = 3
size_flags_vertical = 3