Major Player refactor

This commit is contained in:
2025-02-07 02:29:50 -08:00
parent 0cdae88952
commit fe1a1e61ef
132 changed files with 2554 additions and 2478 deletions

View File

@@ -26,8 +26,6 @@ CurrentAttack = 8
CurrentDefense = 12
MaxAttack = 8
MaxDefense = 12
BonusAttack = 0
BonusDefense = 0
Luck = 0.05
[sub_resource type="BoxShape3D" id="BoxShape3D_wedu3"]
@@ -344,7 +342,6 @@ animations = [{
}]
[node name="Player" type="CharacterBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2, 0)
collision_layer = 806
collision_mask = 775
script = ExtResource("1_xcol5")