Parallax beams

This commit is contained in:
MaddoScientisto 2025-03-12 18:46:17 +01:00
commit 208ce8c533
9 changed files with 465 additions and 243 deletions

View file

@ -16,5 +16,10 @@ public partial class PlayerStateMachine : StateMachineBase<PlayerState, Characte
{
GD.Print("Refilling shield");
}
public void NoClip()
{
GD.Print("NoClip");
}
}