From 34f14128059d19ff475e55adedef16b04cf6c280 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Mon, 22 Jul 2024 02:14:56 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cromulant/game.py b/cromulant/game.py index 3d835a6..b5fc02e 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -320,6 +320,7 @@ class Game: Window.clear_view() Ants.populate(num) Window.to_top() + Game.intro() Game.start_loop() @staticmethod