Fix sort bug, add to max hp on level up

This commit is contained in:
2025-03-19 01:31:19 -07:00
parent 79f57264ec
commit f6c42747ca
5 changed files with 46 additions and 33 deletions

View File

@@ -27,9 +27,9 @@ CurrentLevel = 1
CurrentAttack = 8
BonusAttack = 0
MaxAttack = 8
CurrentDefense = 12
CurrentDefense = 1
BonusDefense = 0
MaxDefense = 12
MaxDefense = 1
Luck = 0.05
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_dw45s"]
@@ -489,7 +489,7 @@ _defaultWeapon = ExtResource("3_es4xk")
_defaultArmor = ExtResource("4_bj1ma")
[node name="PlayerGeometryCollision" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.06447, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.06447, 0.536376)
shape = SubResource("CapsuleShape3D_dw45s")
[node name="HealthTimer" type="Timer" parent="."]