This commit is contained in:
Auric Vente
2024-07-21 01:13:00 -06:00
parent 857dd9dd92
commit 1fd742ea8a
4 changed files with 39 additions and 30 deletions

View File

@@ -11,8 +11,8 @@ from .settings import Settings
def main() -> None:
Config.prepare()
Utils.prepare()
Ants.prepare()
Window.prepare()
Ants.prepare()
Settings.prepare()
Game.prepare()
Game.start_loop()