Open Foks256 opened 2 years ago
Even tho the spawner argument can be nil, it cannot be left emptied, which I hate with passion, so what if the velocity and spawner were optional?
spawner
Isaac.Spawn(entityType, entityVariant, entitySubType, position, velocity = Vector.Zero, spawner = nil)
Even tho the
spawner
argument can be nil, it cannot be left emptied, which I hate with passion, so what if the velocity and spawner were optional?Isaac.Spawn(entityType, entityVariant, entitySubType, position, velocity = Vector.Zero, spawner = nil)