blob: aa1d60f15b8776bab64ff02b86b40b3aed8a1ea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/Game/OutputBlock.cs" type="Script" id=1]
[node name="OutputBlock" type="MarginContainer"]
anchor_right = 1.0
script = ExtResource( 1 )
Content = "This is where the output goes."
[node name="ContentLabel" type="RichTextLabel" parent="."]
unique_name_in_owner = true
margin_right = 640.0
margin_bottom = 54.0
text = "This is where the output goes and it should wrap correctly if it goes beyond the screen width."
fit_content_height = true
scroll_active = false
|