moooooooore brranches
This commit is contained in:
@@ -30,6 +30,9 @@ class StartGameEvent(Event):
|
||||
if self.gameState.isStarted:
|
||||
return
|
||||
|
||||
if not self.gameState.isIdle:
|
||||
return
|
||||
|
||||
super().trigger(target)
|
||||
|
||||
self.gameState.stopIdleLoop()
|
||||
|
||||
Reference in New Issue
Block a user