tweak for score display

这个提交包含在:
Jake Funke 2018-06-05 00:19:47 +00:00
父节点 4738c1481e
当前提交 57203b21f4

查看文件

@ -223,7 +223,7 @@ class CursedMenu(object):
# updates plant data on menu screen, live!
while not self.exit:
self.plant_string = self.plant.parse_plant()
self.plant_ticks = str(self.plant.ticks)
self.plant_ticks = str(int(self.plant.ticks))
if self.initialized:
self.update_options()
self.draw()