Mods
This commit is contained in:
parent
25230073d6
commit
0f7a5addee
|
@ -334,10 +334,12 @@ class Game:
|
|||
return
|
||||
|
||||
Ants.terminate(ant)
|
||||
Game.start_loop()
|
||||
elif event.button() == Qt.MiddleButton:
|
||||
if is_terminated():
|
||||
return
|
||||
|
||||
Ants.merge(ant)
|
||||
Game.start_loop()
|
||||
else:
|
||||
Game.toggle_song()
|
||||
|
|
Loading…
Reference in New Issue