mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-06 18:25:54 +00:00
Fixed enemy spawns
This commit is contained in:
parent
c00d298443
commit
7a62f6a8cd
19 changed files with 263 additions and 147 deletions
|
|
@ -31,6 +31,11 @@ public partial class EnemyFSMProxy : CharacterBody2D, IActivable
|
|||
{
|
||||
EmitSignalDeath(this);
|
||||
}
|
||||
|
||||
public void RequestAlert(Vector2 destination)
|
||||
{
|
||||
//EnemyFSM.SetState(EnemyState.Alert);
|
||||
}
|
||||
|
||||
public bool Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue