1 Commits

Author SHA1 Message Date
dkecskes 6ee1c92cc8 Add ZombieAnimator controller and animations
- Created a new Animator Controller for the Zombie character, including states for Idle, Walk, Run, Attack, and Die.
- Defined transitions between states based on conditions such as isWalking, isRunning, isAttacking, and Die.
- Added a new Animations folder and associated meta files for proper asset management.
2026-05-04 13:08:33 +02:00