mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:35:34 +00:00
Better gravity handling
This commit is contained in:
parent
d01ab303fc
commit
16992c2bea
4 changed files with 16 additions and 12 deletions
|
|
@ -9,5 +9,5 @@ public partial class IsoPlayerStorageModule : Node
|
|||
|
||||
public Vector2 FacingDirection { get; set; } = Vector2.Down;
|
||||
public Vector2 AimingDirection { get; set; } = Vector2.Down;
|
||||
public Vector3 MovementDirection { get; set; } = Vector3.Zero;
|
||||
public Vector2 MovementDirection { get; set; } = Vector2.Zero;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue