started fixing stamina

This commit is contained in:
derek
2024-11-07 16:52:36 -06:00
parent af72a0678a
commit a31e420330
3 changed files with 44 additions and 45 deletions

View File

@@ -67,7 +67,7 @@ script = ExtResource("1_fcu8x")
enemy_type = 1
damage = 3.0
pushback = 15.0
taunts = ["anybody got a toothpick?", "now that's what i call stake night", "now i gotta clean all this off"]
taunts = Array[String](["anybody got a toothpick?", "now that's what i call stake night", "now i gotta clean all this off"])
[node name="Spikes1" type="MeshInstance3D" parent="."]
mesh = SubResource("ArrayMesh_atemo")