开始新手引导

This commit is contained in:
2025-08-21 22:57:29 +08:00
parent 213149881c
commit d693499397
17 changed files with 4521 additions and 2837 deletions

View File

@@ -53,6 +53,9 @@ export class HeroReadyCom extends Component {
if(oops.gui.has(UIID.HeroSelect)) return
oops.gui.open(UIID.HeroSelect,{slot:this.slot})
}
reset() {
this.node.destroy()
}
}