diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 21:52:27 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 21:52:27 +0200 |
| commit | f711d55d465bd8838dc55bde1f4a25d582a6bb6b (patch) | |
| tree | e2b5b2ac79adf23e5f2c475ce11ee1c3c6561f0b /Scenes/Game/StatusLine.tscn | |
| parent | 2f3abbb6f1141f15ef77ac27e431bc66bb0c7899 (diff) | |
| download | texty-f711d55d465bd8838dc55bde1f4a25d582a6bb6b.tar.xz texty-f711d55d465bd8838dc55bde1f4a25d582a6bb6b.zip | |
tests: adjust tests to new design
Diffstat (limited to 'Scenes/Game/StatusLine.tscn')
| -rw-r--r-- | Scenes/Game/StatusLine.tscn | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
