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