mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 01:25:53 +00:00
Scriptable bullet emitter
This commit is contained in:
parent
d62538a382
commit
4261009c33
17 changed files with 251 additions and 74 deletions
|
|
@ -31,7 +31,7 @@ public partial class BossPhase : Resource
|
|||
if (!currentPattern.WaitForCompletion || currentPattern.IsComplete())
|
||||
{
|
||||
currentPatternIndex = (currentPatternIndex + 1) % Patterns.Count;
|
||||
Patterns[currentPatternIndex].Start(currentPattern.Boss);
|
||||
Patterns[currentPatternIndex].Start(currentPattern.Parent);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue