diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:02:27 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:18:24 +0200 |
| commit | 0e93e05427b045088a8f5257cee3c1a3a54e7888 (patch) | |
| tree | 609b7aef21a5e3a0e6ba4c2e21c2f52d3fa73702 /Scenes/Terminal/OutputBlock.tscn | |
| parent | 5aef5f2804e6c32d93174719bc66eec98ae62a46 (diff) | |
| download | texty-0e93e05427b045088a8f5257cee3c1a3a54e7888.tar.xz texty-0e93e05427b045088a8f5257cee3c1a3a54e7888.zip | |
scenes: finish Godot 4 upgrades
Diffstat (limited to 'Scenes/Terminal/OutputBlock.tscn')
| -rw-r--r-- | Scenes/Terminal/OutputBlock.tscn | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Scenes/Terminal/OutputBlock.tscn b/Scenes/Terminal/OutputBlock.tscn index 3613aed..a44d22d 100644 --- a/Scenes/Terminal/OutputBlock.tscn +++ b/Scenes/Terminal/OutputBlock.tscn @@ -1,17 +1,18 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=2 format=3 uid="uid://dluo5vs75j467"] -[ext_resource path="res://Scripts/Terminal/OutputBlock.cs" type="Script" id=1] +[ext_resource type="Script" path="res://Scripts/Terminal/OutputBlock.cs" id="1"] [node name="OutputBlock" type="MarginContainer"] +anchors_preset = 10 anchor_right = 1.0 size_flags_horizontal = 3 -script = ExtResource( 1 ) +script = ExtResource("1") +Content = "" [node name="ContentLabel" type="RichTextLabel" parent="."] unique_name_in_owner = true -offset_right = 640.0 -offset_bottom = 27.0 -size_flags_horizontal = 3 +layout_mode = 2 +offset_right = 1152.0 bbcode_enabled = true fit_content_height = true scroll_active = false |
