Spider bomb in FSM

This commit is contained in:
Maddo 2025-03-08 11:33:26 +01:00
commit 4913eba12e
20 changed files with 300 additions and 48 deletions

View file

@ -79,6 +79,7 @@ public partial class Active : PlayerStateBase
public override void EnterState()
{
base.EnterState();
// enable sprite
// enable crosshair
_crosshairProvider.Show();
@ -90,6 +91,7 @@ public partial class Active : PlayerStateBase
public override void ExitState()
{
base.ExitState();
_animationProvider.SetAnimation(Vector2.Zero);
_crosshairProvider.Hide();
_hitboxSpriteProvider.Hide();