This commit is contained in:
Auric Vente 2024-07-27 14:08:39 -06:00
parent d1bd618d70
commit b803feedc6
3 changed files with 3 additions and 2 deletions

View File

@ -367,6 +367,7 @@ class Game:
@staticmethod
def start_loop() -> None:
Game.started = True
Game.timer.stop()
speed = Settings.speed
@ -454,6 +455,7 @@ class Game:
size = int(data["size"].split(" ")[0])
Game.started = False
Window.clear_view()
Ants.populate(size)
Window.to_top()

View File

@ -48,7 +48,6 @@ def main() -> None:
Filter.prepare()
Game.prepare()
Game.start_loop()
Game.started = True
Window.start()

View File

@ -1,5 +1,5 @@
{
"version": "3.3.0",
"version": "3.4.0",
"title": "Cromulant",
"program": "cromulant",
"author": "madprops",