Deactivate credit while play
This commit is contained in:
@@ -11,6 +11,9 @@ class StartGameEvent(Event):
|
||||
super().__init__("Start Game Event")
|
||||
|
||||
def trigger(self, target):
|
||||
if self.gameState.isPlaying:
|
||||
return
|
||||
|
||||
super().trigger(target)
|
||||
self.flipper.activate()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user