mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-04 09:35:54 +00:00
New boss system
This commit is contained in:
parent
0322748d86
commit
c2a72e4e77
14 changed files with 480 additions and 11 deletions
|
|
@ -16,11 +16,11 @@ public partial class Init : EnemyStateBase
|
|||
|
||||
public override void EnterState()
|
||||
{
|
||||
GD.Print("Enemy init");
|
||||
DamageReceiver.HealthProvider.MaxResource = StorageModule.Root.EnemyResource.MaxHealth;
|
||||
|
||||
StorageModule.AiState = StorageModule.Root.StartingAiState;
|
||||
|
||||
|
||||
StorageModule.HomePosition = MainObject.GlobalPosition;
|
||||
// TODO: Hide wings
|
||||
// TODO: Hide aiming reticule
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue