mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Inventory close and open by button
This commit is contained in:
parent
0687b6de99
commit
80a13d047d
11 changed files with 165 additions and 53 deletions
|
|
@ -9,11 +9,13 @@ public abstract partial class InputProvider : Node2D
|
|||
|
||||
public abstract bool GetActionJustPressed(string action);
|
||||
public abstract bool GetActionPressed(string action);
|
||||
|
||||
public abstract bool GetInventoryJustPressed();
|
||||
public abstract bool GetShootPressed();
|
||||
public abstract bool GetShootJustPressed();
|
||||
public abstract bool GetUseJustPressed();
|
||||
public abstract bool GetScanJustPressed();
|
||||
public abstract bool GetStrafePressed();
|
||||
public abstract bool GetWeaponNextJustPressed();
|
||||
public abstract bool GetWeaponPreviousJustPressed();
|
||||
public abstract bool GetPauseJustPressed();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue