From 276da493f469baf3df83adbf6cbafc5b0d7b92c1 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 3 Aug 2024 06:37:03 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 1 + cromulant/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cromulant/game.py b/cromulant/game.py index 791d521..d8a1bc9 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -448,6 +448,7 @@ class Game: Game.started = False Game.timer.stop() + Game.merge_charge = 0 Window.clear_view() Ants.populate(size) Window.to_top() diff --git a/cromulant/manifest.json b/cromulant/manifest.json index 3d3c6ce..9c75364 100644 --- a/cromulant/manifest.json +++ b/cromulant/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.4.0", + "version": "5.0.0", "title": "Cromulant", "program": "cromulant", "author": "madprops",