再来一局 完善, todo : mission 添加自定义的 定时运行队列 方便销毁

This commit is contained in:
2025-08-06 10:56:50 +08:00
parent 228014bc8f
commit d0f79c9207
6 changed files with 4633 additions and 3979 deletions

View File

@@ -34,6 +34,10 @@ export class VictoryComp extends CCComp {
this.hide()
oops.message.dispatchEvent(GameEvent.MissionEnd)
}
restart(){
this.hide()
oops.message.dispatchEvent(GameEvent.MissionStart)
}
open(){
this.show()
}