mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Better free movement
This commit is contained in:
parent
90d2a95fa8
commit
388747ccb3
7 changed files with 108 additions and 15 deletions
|
|
@ -5,4 +5,7 @@ namespace Cirno.Scripts.Components.Actors;
|
|||
public abstract partial class InputProvider : Node2D
|
||||
{
|
||||
public abstract Vector2 GetMovementInput();
|
||||
public abstract Vector2 GetAimInput();
|
||||
|
||||
public abstract bool GetStrafing();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue