[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