diff options
Diffstat (limited to 'Scenes/Game/OutputBlock.tscn')
| -rw-r--r-- | Scenes/Game/OutputBlock.tscn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Scenes/Game/OutputBlock.tscn b/Scenes/Game/OutputBlock.tscn new file mode 100644 index 0000000..e6f0dfd --- /dev/null +++ b/Scenes/Game/OutputBlock.tscn @@ -0,0 +1,11 @@ +[gd_scene format=2] + +[node name="OutputBlock" type="MarginContainer"] +anchor_right = 1.0 + +[node name="ContentLabel" type="RichTextLabel" parent="."] +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 |
