mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 19:25:55 +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
|
|
@ -5,6 +5,7 @@ namespace Cirno.Scripts.AttackPatterns;
|
|||
|
||||
public partial class AutonomousBulletEmitter : Node2D, IScriptHost
|
||||
{
|
||||
public Node2D ParentObject => this;
|
||||
[Export]
|
||||
public BulletScript Script { get; set; }
|
||||
[Export]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue