mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 15:55:54 +00:00
Dropping and picking up
This commit is contained in:
parent
488d02ef81
commit
bcd007fa1e
14 changed files with 294 additions and 62 deletions
|
|
@ -4,5 +4,9 @@ namespace Cirno.Scripts.Components.FSM.Player;
|
|||
|
||||
public partial class PlayerStorageModule : Node2D
|
||||
{
|
||||
[Export]
|
||||
public PlayerFSMProxy Root { get; private set; }
|
||||
public Node2D RootAsNode => Root;
|
||||
public Vector2 FacingDirection { get; set; }
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue