mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Now boss FSM Actor movement
This commit is contained in:
parent
4aa7a8322c
commit
c37278075d
19 changed files with 215 additions and 28 deletions
|
|
@ -4,6 +4,8 @@ namespace Cirno.Scripts.AttackPatterns;
|
|||
|
||||
public interface IScriptHost
|
||||
{
|
||||
public Node2D ParentObject { get; }
|
||||
public Vector2 HomePosition { get; }
|
||||
public void ChangeSpriteDirection(Vector2 direction);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue