This commit is contained in:
Auric Vente
2024-07-21 22:14:45 -06:00
parent 25230073d6
commit 0f7a5addee

View File

@@ -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()