summaryrefslogtreecommitdiff
path: root/Scenes/Game/OutputBlock.tscn
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-04 13:52:41 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-04 13:52:41 +0200
commit0967a4654c9fa67b5cfc19edf3cfc075bf6bde92 (patch)
treeaf54db4364d6005cbfbfe7495c70f525a24edefb /Scenes/Game/OutputBlock.tscn
parent645d1083fecf707a56b07c1fd52df4015885d9ce (diff)
downloadtexty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.tar.xz
texty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.zip
game: extract element scenes
Diffstat (limited to 'Scenes/Game/OutputBlock.tscn')
-rw-r--r--Scenes/Game/OutputBlock.tscn11
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