mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 01:25:55 +00:00
FSM Player input
This commit is contained in:
parent
c59a480ffd
commit
cc0d698bb5
7 changed files with 180 additions and 106 deletions
|
|
@ -9,4 +9,10 @@ public abstract partial class InputProvider : Node2D
|
|||
|
||||
public abstract bool GetActionJustPressed(string action);
|
||||
public abstract bool GetActionPressed(string action);
|
||||
|
||||
public abstract bool GetShootPressed();
|
||||
public abstract bool GetUseJustPressed();
|
||||
public abstract bool GetStrafePressed();
|
||||
public abstract bool GetWeaponNextJustPressed();
|
||||
public abstract bool GetWeaponPreviousJustPressed();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue