Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Add multishot
Browse files Browse the repository at this point in the history
This is just a single line commented out.
The shooter fill sound plays too often, this needs to be fixed.
  • Loading branch information
jakubg1 committed Dec 30, 2022
1 parent 0065921 commit 30d6ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shooter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function Shooter:shoot()
else
_Game.session.level:spawnShotSphere(self, self:getSpherePos(), self.angle, self.color, self:getShootingSpeed())
self.sphereEntity = nil
self.active = false
--self.active = false
-- knockback
if self.knockbackTime == 0 then
self.knockbackTime = 0.2
Expand Down

0 comments on commit 30d6ca6

Please sign in to comment.