diff options
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 |
