mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 23:25:53 +00:00
FSM Selector with sound
This commit is contained in:
parent
f6d159b9c4
commit
ee09c50dbd
20 changed files with 330 additions and 28 deletions
|
|
@ -12,6 +12,7 @@ public abstract partial class InputProvider : Node2D
|
|||
|
||||
public abstract bool GetShootPressed();
|
||||
public abstract bool GetUseJustPressed();
|
||||
public abstract bool GetScanJustPressed();
|
||||
public abstract bool GetStrafePressed();
|
||||
public abstract bool GetWeaponNextJustPressed();
|
||||
public abstract bool GetWeaponPreviousJustPressed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue