mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 18:35:55 +00:00
Destroyable props
This commit is contained in:
parent
93469062a1
commit
44ebc70448
52 changed files with 1387 additions and 18428 deletions
|
|
@ -43,7 +43,7 @@ public partial class DeathAnimationHandler : ActorModule
|
|||
var explosion = _actor.CreateSibling<Bullet>(ExplosionData.BulletScene);
|
||||
explosion.Speed = 0;
|
||||
|
||||
explosion.Initialize(ExplosionData.MakeBullet(_actor.GlobalPosition), GameManager.Instance);
|
||||
explosion.Initialize(ExplosionData.MakeBullet(_actor.GlobalPosition));
|
||||
}
|
||||
|
||||
private void CreateParticles()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue