mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 14:45:54 +00:00
FSM Player health and animations
This commit is contained in:
parent
af0261ce8e
commit
f91df43caa
13 changed files with 317 additions and 32 deletions
|
|
@ -21,15 +21,15 @@ public partial class PlayerHitboxSpriteProvider : Node2D
|
|||
}
|
||||
}
|
||||
|
||||
public void Show()
|
||||
{
|
||||
Hitbox.Show();
|
||||
Circle.Show();
|
||||
}
|
||||
|
||||
public void Hide()
|
||||
{
|
||||
Hitbox.Hide();
|
||||
Circle.Hide();
|
||||
}
|
||||
// public void Show()
|
||||
// {
|
||||
// Hitbox.Show();
|
||||
// Circle.Show();
|
||||
// }
|
||||
//
|
||||
// public void Hide()
|
||||
// {
|
||||
// Hitbox.Hide();
|
||||
// Circle.Hide();
|
||||
// }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue