my HEAD hurts and the SFX is TOO LOUD

This commit is contained in:
Sylvia 2026-04-26 21:49:57 -07:00
parent a3321d361c
commit d4ebf0ca61
41 changed files with 1465 additions and 123 deletions

View file

@ -118,6 +118,7 @@ public class Enemy : Entity
protected override void OnKillEffects()
{
Destroy(gameObject);
OnKill?.Invoke();
foreach (UpgradeDrop drop in possibleDrops)
{
DropUpgrade(drop);