Commit Graph

4 Commits

Author SHA1 Message Date
br0kenpixel ad5787ee75 fix incorrect animation name 2026-05-04 13:25:30 +02:00
br0kenpixel 06a72c107f adjust zombie properties 2026-05-04 13:16:36 +02:00
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
dkecskes 835127238a add zombie controller and implement damage system; update gun controller for raycasting; modify prefab and scene settings 2026-05-04 12:39:20 +02:00