summaryrefslogtreecommitdiff
path: root/Scenes/Terminal/StatusArea.tscn
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-10-04 22:02:27 +0200
committerSophia Pearson <codergal89@gmail.com>2022-10-04 22:18:24 +0200
commit0e93e05427b045088a8f5257cee3c1a3a54e7888 (patch)
tree609b7aef21a5e3a0e6ba4c2e21c2f52d3fa73702 /Scenes/Terminal/StatusArea.tscn
parent5aef5f2804e6c32d93174719bc66eec98ae62a46 (diff)
downloadtexty-0e93e05427b045088a8f5257cee3c1a3a54e7888.tar.xz
texty-0e93e05427b045088a8f5257cee3c1a3a54e7888.zip
scenes: finish Godot 4 upgrades
Diffstat (limited to 'Scenes/Terminal/StatusArea.tscn')
-rw-r--r--Scenes/Terminal/StatusArea.tscn20
1 files changed, 10 insertions, 10 deletions
diff --git a/Scenes/Terminal/StatusArea.tscn b/Scenes/Terminal/StatusArea.tscn
index 1a9e4af..9aa82a1 100644
--- a/Scenes/Terminal/StatusArea.tscn
+++ b/Scenes/Terminal/StatusArea.tscn
@@ -1,19 +1,19 @@
-[gd_scene load_steps=2 format=2]
+[gd_scene load_steps=2 format=3 uid="uid://bdpejpul8aruh"]
-[ext_resource path="res://Scripts/Terminal/StatusArea.cs" type="Script" id=1]
+[ext_resource type="Script" path="res://Scripts/Terminal/StatusArea.cs" id="1"]
[node name="StatusArea" type="HBoxContainer"]
-offset_right = 640.0
-offset_bottom = 27.0
-script = ExtResource( 1 )
+anchors_preset = 10
+anchor_right = 1.0
+grow_horizontal = 2
+script = ExtResource("1")
+Title = ""
[node name="TitleLabel" type="RichTextLabel" parent="."]
unique_name_in_owner = true
-offset_right = 640.0
-offset_bottom = 27.0
+layout_mode = 2
+offset_right = 1152.0
size_flags_horizontal = 3
-theme_type_variation = "InvertedRichTextLabel"
+theme_type_variation = &"InvertedRichTextLabel"
bbcode_enabled = true
-text = "This is where the title goes"
-text = "This is where the title goes"
fit_content_height = true