更改执行条件
This commit is contained in:
parent
a907076c04
commit
16b78f4c42
@ -107,7 +107,7 @@ class Menu(tool.State):
|
|||||||
if self.inAreaAdventure(x, y):
|
if self.inAreaAdventure(x, y):
|
||||||
self.option_clicked = True
|
self.option_clicked = True
|
||||||
self.option_timer = self.option_start = self.current_time
|
self.option_timer = self.option_start = self.current_time
|
||||||
self.persist[c.GAME_MODE] = c.MODE_ADVENTURE
|
self.persist[c.GAME_MODE] = c.MODE_ADVENTURE
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# 点击到按钮,修改转态的done属性
|
# 点击到按钮,修改转态的done属性
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user