This commit is contained in:
Auric Vente 2024-07-22 02:14:56 -06:00
parent e0c6dc3bde
commit 34f1412805
1 changed files with 1 additions and 0 deletions

View File

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