mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 15:55:55 +00:00
Cheat buttons
This commit is contained in:
parent
0a631bf5b7
commit
e637f69ce6
7 changed files with 98 additions and 16 deletions
|
|
@ -6,5 +6,15 @@ namespace Cirno.Scripts.Components.FSM;
|
|||
public partial class PlayerStateMachine : StateMachineBase<PlayerState, CharacterBody2D>
|
||||
{
|
||||
[Export] public override PlayerState InitialState { get; protected set; } = PlayerState.Init;
|
||||
|
||||
public void RefillHealth()
|
||||
{
|
||||
GD.Print("Refilling health");
|
||||
}
|
||||
|
||||
public void RefilleShield()
|
||||
{
|
||||
GD.Print("Refilling shield");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue