mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 01:35:54 +00:00
Spider bomb in FSM
This commit is contained in:
parent
d77fc7bf33
commit
4913eba12e
20 changed files with 300 additions and 48 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue