引导 基本完成
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user