Skip to content

Commit fe81ef3

Browse files
committed
chore: prepare tag for release
1 parent ccada42 commit fe81ef3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

game.tscn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ offset_right = 430.5
4242
offset_bottom = 34.5
4343
grow_horizontal = 2
4444
grow_vertical = 2
45-
value = 28.0
4645

4746
[node name="Label" type="Label" parent="InterfaceControl"]
4847
unique_name_in_owner = true

interface/experience_bar.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@tool
21
extends TextureProgressBar
32

43
func initialize(current: int, maximum: int) -> void:

interface/experience_bar.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ offset_right = 861.0
1010
offset_bottom = 69.0
1111
max_value = 34.0
1212
step = 0.05
13-
value = 15.0
13+
value = 28.0
1414
texture_under = ExtResource("1")
1515
texture_progress = ExtResource("2")
1616
script = ExtResource("3")

0 commit comments

Comments
 (0)