Added enemy animations

This commit is contained in:
2026-01-08 14:36:37 +03:00
parent e3d0dfb674
commit 4528b4a61a
6 changed files with 153 additions and 5 deletions
+3
View File
@@ -369,3 +369,6 @@ animation = &"idle_front"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(0, 2)
shape = SubResource("CapsuleShape2D_mocsw")
[connection signal="animation_finished" from="AnimatedSprite2D" to="." method="_on_animation_finished"]
[connection signal="animation_looped" from="AnimatedSprite2D" to="." method="_on_animation_looped"]