mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 01:25:55 +00:00
Alert Signs
This commit is contained in:
parent
d3634a3dd2
commit
5452b36f32
13 changed files with 226 additions and 22 deletions
|
|
@ -37,9 +37,14 @@ public partial class ActivateEvent : EventResource
|
|||
return true;
|
||||
}
|
||||
|
||||
public override void Start(Node2D parent)
|
||||
public override void Init(Node2D parent)
|
||||
{
|
||||
_parent = parent;
|
||||
}
|
||||
|
||||
public override void Start(Node2D parent)
|
||||
{
|
||||
|
||||
ActivateTargets();
|
||||
_isComplete = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue