mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 13:05:53 +00:00
Isometric implementation
This commit is contained in:
parent
1434f7aa6d
commit
ed656f00bb
92 changed files with 2834 additions and 223 deletions
|
|
@ -13,5 +13,5 @@ public abstract partial class AttackPattern : Resource
|
|||
//public abstract void Start(Node2D parent);
|
||||
//public abstract void UpdatePattern(double delta);
|
||||
//public abstract bool IsComplete();
|
||||
public abstract IPatternMachine MakeMachine(Node2D parent);
|
||||
public abstract IPatternMachine MakeMachine(Node parent);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue