Add elemental VFX when hitting enemies (2D only currently)

This commit is contained in:
2026-04-23 01:04:02 -07:00
parent 65a78f9871
commit 89da483448
46 changed files with 46974 additions and 755 deletions

View File

@@ -879,7 +879,7 @@ public partial class Game : Node3D, IGame
private void RustTimeout()
{
_player.HealthComponent.Damage(3);
_player.HealthComponent.Damage(3, ElementType.Ferrum);
}
private void RustWoreOff() => _player.StatusEffectComponent.Rust.OnNext(false);