forked from ayte/PinmikPanik
Fixed pinmiks spawning on pause
This commit is contained in:
parent
7c9eb4f6b0
commit
506930b67e
@ -75,6 +75,7 @@ class Manager(BaseObject):
|
||||
self.game.globals["pause"] = not self.game.globals["pause"]
|
||||
# Spawning more lemmings
|
||||
if (self.lives>0 and nblemmings>0):
|
||||
if not self.game.globals["pause"]:
|
||||
if self.spawntimer.tick(self.game.dt):
|
||||
self.game.gameloop.summon(Spawner(self.game,self.tiles,speedmargin=int(self.speedmargin+0.5),skins=self.skins))
|
||||
self.speedmargin+=self.speedstep
|
||||
|
Loading…
Reference in New Issue
Block a user