From 0967a4654c9fa67b5cfc19edf3cfc075bf6bde92 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 4 Sep 2022 13:52:41 +0200 Subject: game: extract element scenes --- Scenes/Game/OutputBlock.tscn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Scenes/Game/OutputBlock.tscn (limited to 'Scenes/Game/OutputBlock.tscn') 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 -- cgit v1.2.3