We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccada42 commit fe81ef3Copy full SHA for fe81ef3
game.tscn
@@ -42,7 +42,6 @@ offset_right = 430.5
42
offset_bottom = 34.5
43
grow_horizontal = 2
44
grow_vertical = 2
45
-value = 28.0
46
47
[node name="Label" type="Label" parent="InterfaceControl"]
48
unique_name_in_owner = true
interface/experience_bar.gd
@@ -1,4 +1,3 @@
1
-@tool
2
extends TextureProgressBar
3
4
func initialize(current: int, maximum: int) -> void:
interface/experience_bar.tscn
@@ -10,7 +10,7 @@ offset_right = 861.0
10
offset_bottom = 69.0
11
max_value = 34.0
12
step = 0.05
13
-value = 15.0
+value = 28.0
14
texture_under = ExtResource("1")
15
texture_progress = ExtResource("2")
16
script = ExtResource("3")
0 commit comments