tweaks to hud and finally have the machete... kind of working?
This commit is contained in:
8
hud.tscn
8
hud.tscn
@@ -165,26 +165,26 @@ theme_override_constants/outline_size = 15
|
||||
text = "Gun Name"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="GunInfo/VBoxContainer"]
|
||||
[node name="AmmoCounter" type="HBoxContainer" parent="GunInfo/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource("1_22trs")
|
||||
theme_override_constants/separation = 50
|
||||
alignment = 2
|
||||
|
||||
[node name="AmmoCurrent" type="Label" parent="GunInfo/VBoxContainer/HBoxContainer"]
|
||||
[node name="AmmoCurrent" type="Label" parent="GunInfo/VBoxContainer/AmmoCounter"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("1_22trs")
|
||||
theme_override_constants/outline_size = 15
|
||||
text = "XXX"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="Label" type="Label" parent="GunInfo/VBoxContainer/HBoxContainer"]
|
||||
[node name="Label" type="Label" parent="GunInfo/VBoxContainer/AmmoCounter"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/outline_size = 15
|
||||
text = "-"
|
||||
|
||||
[node name="AmmoReserve" type="Label" parent="GunInfo/VBoxContainer/HBoxContainer"]
|
||||
[node name="AmmoReserve" type="Label" parent="GunInfo/VBoxContainer/AmmoCounter"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("1_22trs")
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
|
||||
Reference in New Issue
Block a user