diff options
author | bd <bdunahu@operationnull.com> | 2025-05-24 22:05:00 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-24 22:05:00 -0400 |
commit | d229286f70b619497bc946a36e5440df3d04f674 (patch) | |
tree | 21f41eca440ce960b81a322049929ee287173171 /scenes/ui.tscn | |
parent | eca6f608a81cc9aa7d2cd3824cbfebdbfe5f7096 (diff) |
Add a title screen and music
Diffstat (limited to 'scenes/ui.tscn')
-rw-r--r-- | scenes/ui.tscn | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/scenes/ui.tscn b/scenes/ui.tscn index 5f10b53..74e591e 100644 --- a/scenes/ui.tscn +++ b/scenes/ui.tscn @@ -17,29 +17,28 @@ script = ExtResource("1_yev5y") [node name="MarginContainer" type="MarginContainer" parent="."] layout_mode = 2 -theme_override_constants/margin_left = 6 +theme_override_constants/margin_left = 1 theme_override_constants/margin_top = 0 [node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"] layout_mode = 2 size_flags_vertical = 0 +theme_override_constants/separation = 1 [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer"] -clip_contents = true +custom_minimum_size = Vector2(48, 0) layout_mode = 2 -size_flags_horizontal = 0 -theme_override_constants/separation = -3 +theme_override_constants/separation = -4 [node name="Morale" type="Label" parent="MarginContainer/HBoxContainer/VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 8 -text = " Morale: " [node name="Life" type="Label" parent="MarginContainer/HBoxContainer/VBoxContainer"] layout_mode = 2 theme_override_font_sizes/font_size = 8 -text = "Life: " [node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 +theme_override_constants/separation = 1 |