tweak for score display
这个提交包含在:
父节点
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()
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户