blob: a44d22d8928d10c78541366b2866420dbe7a59e8 (
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=3 uid="uid://dluo5vs75j467"]
[ext_resource type="Script" path="res://Scripts/Terminal/OutputBlock.cs" id="1"]
[node name="OutputBlock" type="MarginContainer"]
anchors_preset = 10
anchor_right = 1.0
size_flags_horizontal = 3
script = ExtResource("1")
Content = ""
[node name="ContentLabel" type="RichTextLabel" parent="."]
unique_name_in_owner = true
layout_mode = 2
offset_right = 1152.0
bbcode_enabled = true
fit_content_height = true
scroll_active = false
|