引导 基本完成

This commit is contained in:
panw
2025-08-25 17:28:02 +08:00
parent 6a29821a7b
commit 6c95b3acc3
17 changed files with 1085 additions and 508 deletions

View File

@@ -3,6 +3,7 @@ import { oops } from 'db://oops-framework/core/Oops';
import { HCardUICom } from './HCardUICom';
import { smc } from '../common/SingletonModuleComp';
import { HeroConSet } from '../common/config/BoxSet';
import { startGuide } from '../common/config/Guide';
const { ccclass, property } = _decorator;
@ccclass('HeroSelectCom')
@@ -14,6 +15,7 @@ export class HeroSelectCom extends Component {
onAdded(args: any) {
// console.log("[HeroSelectCom]:onAdded",args)
this.slot=args.slot
startGuide(9)
this.update_heros()
}
protected onDisable(): void {