mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 04:55:54 +00:00
Destroyable props
This commit is contained in:
parent
93469062a1
commit
44ebc70448
52 changed files with 1387 additions and 18428 deletions
|
|
@ -25,7 +25,7 @@ public partial class SpiderbombEffectResource : ItemEffectResource
|
|||
|
||||
var bulletData = item.WeaponData.MakeBullet(parent.Machine.MainObject.GlobalPosition);
|
||||
|
||||
bullet.Initialize(bulletData, GameManager.Instance);
|
||||
bullet.Initialize(bulletData);
|
||||
bullet.SetDirection(parent.FacingDirection);
|
||||
bullet.RotateSpriteDegrees(-90);
|
||||
//bullet.SetDirection(_facingDirection);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue