added main menu

This commit is contained in:
Mausham
2026-01-02 18:05:30 -08:00
parent ff6f5e5865
commit dcf3bead16
380 changed files with 76702 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ namespace Darkmatter.Domain
public void Die()
{
if (enemyPawn.isDead) return;
enemyAnimController.PlayDeadAnim();
audioService.PlaySFXAt(AudioId.Zombie_Death,enemyPawn.ReturnMyPos());
enemyPawn.Die();