bebroska papairoska
This commit is contained in:
parent
0922b96416
commit
1d578fcba4
2 changed files with 3 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ public partial class LinearProjectile : Area2D, IProjectile
|
|||
if (_impactEffect != null)
|
||||
entity.GiveEffect(_impactEffect);
|
||||
|
||||
PoolContainer.Instance.SpawnParticles(particles, GlobalTransform);
|
||||
PoolContainer.Instance.SpawnParticles(particles, GlobalPosition, GlobalRotation);
|
||||
|
||||
QueueFree();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue