mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-08 20:05:53 +00:00
Added offsets and remade modifiers system
This commit is contained in:
parent
881a4897da
commit
aab69fb609
16 changed files with 474 additions and 426 deletions
|
|
@ -33,7 +33,7 @@ public partial class BulletResource : Resource
|
|||
|
||||
public BulletInfo MakeBullet(Vector2 position, int count = 1, float spread = 0f, float rotationOffset = 0f)
|
||||
{
|
||||
return new BulletInfo()
|
||||
return new BulletInfo(this)
|
||||
{
|
||||
Position = position,
|
||||
Direction = Direction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue