diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 13:52:41 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 13:52:41 +0200 |
| commit | 0967a4654c9fa67b5cfc19edf3cfc075bf6bde92 (patch) | |
| tree | af54db4364d6005cbfbfe7495c70f525a24edefb /Scenes/Game/OutputBlock.tscn | |
| parent | 645d1083fecf707a56b07c1fd52df4015885d9ce (diff) | |
| download | texty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.tar.xz texty-0967a4654c9fa67b5cfc19edf3cfc075bf6bde92.zip | |
game: extract element scenes
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 |
