Mods
This commit is contained in:
parent
c00efdf170
commit
276da493f4
|
@ -448,6 +448,7 @@ class Game:
|
||||||
|
|
||||||
Game.started = False
|
Game.started = False
|
||||||
Game.timer.stop()
|
Game.timer.stop()
|
||||||
|
Game.merge_charge = 0
|
||||||
Window.clear_view()
|
Window.clear_view()
|
||||||
Ants.populate(size)
|
Ants.populate(size)
|
||||||
Window.to_top()
|
Window.to_top()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "4.4.0",
|
"version": "5.0.0",
|
||||||
"title": "Cromulant",
|
"title": "Cromulant",
|
||||||
"program": "cromulant",
|
"program": "cromulant",
|
||||||
"author": "madprops",
|
"author": "madprops",
|
||||||
|
|
Loading…
Reference in New Issue