mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 12:55:54 +00:00
Mapping
This commit is contained in:
parent
ba2f6a97fc
commit
efd6283487
15 changed files with 177 additions and 35 deletions
|
|
@ -70,7 +70,10 @@ public partial class Bullet : Area2D
|
|||
break;
|
||||
}
|
||||
|
||||
modifier.Applied = true;
|
||||
if (!modifier.TimeModifier.Continuous)
|
||||
{
|
||||
modifier.Applied = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue