mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 00:45:55 +00:00
Parallax beams
This commit is contained in:
parent
e637f69ce6
commit
208ce8c533
9 changed files with 465 additions and 243 deletions
|
|
@ -16,5 +16,10 @@ public partial class PlayerStateMachine : StateMachineBase<PlayerState, Characte
|
|||
{
|
||||
GD.Print("Refilling shield");
|
||||
}
|
||||
|
||||
public void NoClip()
|
||||
{
|
||||
GD.Print("NoClip");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue