From f711d55d465bd8838dc55bde1f4a25d582a6bb6b Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 4 Sep 2022 21:52:27 +0200 Subject: tests: adjust tests to new design --- Scenes/Game/StatusLine.tscn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Scenes/Game/StatusLine.tscn') diff --git a/Scenes/Game/StatusLine.tscn b/Scenes/Game/StatusLine.tscn index 1392507..fc167ec 100644 --- a/Scenes/Game/StatusLine.tscn +++ b/Scenes/Game/StatusLine.tscn @@ -7,7 +7,6 @@ margin_right = 640.0 margin_bottom = 31.0 theme_type_variation = "InvertedPanelContainer" script = ExtResource( 1 ) -Title = "Adventure Title" [node name="Container" type="HBoxContainer" parent="."] margin_left = 8.0 @@ -24,6 +23,6 @@ size_flags_horizontal = 3 size_flags_vertical = 6 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 scroll_active = false -- cgit v1.2.3