From 30472efb4b4381d8dcd6e81fd82fbd052415e040 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 09:21:50 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cromulant/game.py b/cromulant/game.py index 3c5c571..9486325 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -285,6 +285,7 @@ class Game: Window.clear_view() Ants.populate(num) + Window.to_top() Game.start_loop() @staticmethod