mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 06:13:46 +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
|
|
@ -17,6 +17,8 @@ public partial class Shooting : EnemyStateBase
|
|||
|
||||
[Export] public EnemyStorageModule StorageModule { get; private set; }
|
||||
|
||||
[Export] public BossScriptHostModule BossScriptHostModule { get; private set; }
|
||||
|
||||
[Export] public BossScript BossScript { get; set; }
|
||||
|
||||
// private Marker2D _cameraMarker;
|
||||
|
|
@ -101,7 +103,7 @@ public partial class Shooting : EnemyStateBase
|
|||
}
|
||||
else
|
||||
{
|
||||
phase.Start(this);
|
||||
phase.Start(BossScriptHostModule);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue