Now the castbar won't show the percent.

This commit is contained in:
Relintai 2019-12-08 20:01:45 +01:00
parent 25f3e98f43
commit 919cea2ba9

View File

@ -14,9 +14,14 @@ label_path = NodePath("Label")
[node name="ProgressBar" type="ProgressBar" parent="."] [node name="ProgressBar" type="ProgressBar" parent="."]
margin_right = 352.0 margin_right = 352.0
margin_bottom = 25.0 margin_bottom = 25.0
size_flags_horizontal = 3
size_flags_vertical = 3
percent_visible = false
[node name="Label" type="Label" parent="."] [node name="Label" type="Label" parent="."]
margin_right = 352.0 margin_right = 352.0
margin_bottom = 25.0 margin_bottom = 25.0
size_flags_horizontal = 3
size_flags_vertical = 3
align = 1 align = 1
valign = 1 valign = 1