summaryrefslogtreecommitdiff
path: root/scenes/ui.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/ui.tscn')
-rw-r--r--scenes/ui.tscn11
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