修复关卡胜利界面异常的bug
This commit is contained in:
parent
327c9c3a20
commit
7c706ea3a3
@ -5,6 +5,7 @@ from .. import constants as c
|
|||||||
|
|
||||||
class Screen(tool.State):
|
class Screen(tool.State):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
tool.State.__init__(self)
|
||||||
self.end_time = 3000
|
self.end_time = 3000
|
||||||
|
|
||||||
def startup(self, current_time, persist):
|
def startup(self, current_time, persist):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user