引导 基本完成
This commit is contained in:
@@ -8,6 +8,7 @@ import { HttpReturn } from 'db://oops-framework/libs/network/HttpRequest';
|
||||
import { GameEvent } from '../common/config/GameEvent';
|
||||
import { ecs } from 'db://oops-framework/libs/ecs/ECS';
|
||||
import { CCComp } from 'db://oops-framework/module/common/CCComp';
|
||||
import { finishCurrGuide, startGuide } from '../common/config/Guide';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('HCardUICom')
|
||||
@@ -75,6 +76,8 @@ export class HCardUICom extends CCComp {
|
||||
oops.gui.open(UIID.HeroInfo,this.h_uuid)
|
||||
break
|
||||
case HeroConSet.SELECT:
|
||||
finishCurrGuide(9)
|
||||
startGuide(10)
|
||||
if(oops.gui.has(UIID.HeroSelect)) {
|
||||
this.check_in_slot()
|
||||
smc.setFightHero(this.slot,this.h_uuid,true)
|
||||
|
||||
Reference in New Issue
Block a user