修复关卡胜利界面异常的bug

This commit is contained in:
星外之神 2022-07-27 10:10:23 +08:00
parent 327c9c3a20
commit 7c706ea3a3

View File

@ -5,6 +5,7 @@ from .. import constants as c
class Screen(tool.State):
def __init__(self):
tool.State.__init__(self)
self.end_time = 3000
def startup(self, current_time, persist):