Directional spider bomb

This commit is contained in:
MaddoScientisto 2025-03-15 17:56:55 +01:00
commit 36e77adcd7
8 changed files with 44 additions and 6 deletions

View file

@ -7,6 +7,8 @@ public partial class PlayerStateMachine : StateMachineBase<PlayerState, Characte
{
[Export] public override PlayerState InitialState { get; protected set; } = PlayerState.Init;
[Export] public Vector2 StartingDirection { get; set; } = Vector2.Down;
public void RefillHealth()
{
GD.Print("Refilling health");