mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Movement for nodes patterns
This commit is contained in:
parent
36df2274c0
commit
e4d7a9159f
6 changed files with 172 additions and 96 deletions
|
|
@ -41,7 +41,7 @@ public partial class ParallelPatternGroup : AttackPattern
|
|||
foreach (var patternMachine in _patternMachines)
|
||||
{
|
||||
//if (!CurrentPattern.WaitForCompletion || _patternMachine.IsComplete())
|
||||
if ( patternMachine.IsComplete()) continue;
|
||||
if (patternMachine.IsComplete()) continue;
|
||||
patternMachine.UpdatePattern(delta);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue