Add some on-screen FX for some items

This commit is contained in:
2026-02-26 02:56:16 -08:00
parent fadb1652d4
commit bf168a2577
9 changed files with 1049 additions and 1487 deletions

View File

@@ -34,6 +34,7 @@ public partial class DummyPlayer : CharacterBody3D, IPlayer
public void LevelUp() => throw new NotImplementedException();
public void ModifyHealthTimerSpeed(float newModifier) => throw new NotImplementedException();
public void PlayJumpScareAnimation() => throw new NotImplementedException();
public void PlaySpellFX(SpellFXEnum spellEnum) => throw new NotImplementedException();
public void ResetPlayerData() => throw new NotImplementedException();
public void SetHealthTimerStatus(bool isActive) => throw new NotImplementedException();
public void TakeDamage(AttackData damage) => throw new NotImplementedException();