This commit is contained in:
Auric Vente 2024-07-21 09:21:50 -06:00
parent a742c47650
commit 30472efb4b
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ class Game:
Window.clear_view() Window.clear_view()
Ants.populate(num) Ants.populate(num)
Window.to_top()
Game.start_loop() Game.start_loop()
@staticmethod @staticmethod