技能layer改变,位置信息修改
This commit is contained in:
@@ -26,6 +26,7 @@ import { Monster } from "../hero/Mon";
|
||||
import { UIID } from "../common/config/GameUIConfig";
|
||||
import { CardControllerComp } from "./CardController";
|
||||
import { MissionHomeComp } from "./MissionHomeComp";
|
||||
import { GameEvent } from "../common/config/GameEvent";
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
/** 视图层对象 */
|
||||
@@ -84,6 +85,7 @@ export class MissionComp extends CCComp {
|
||||
}
|
||||
|
||||
mission_end(){
|
||||
oops.message.dispatchEvent(GameEvent.MissionEnd)
|
||||
smc.mission.play=false
|
||||
smc.mission.pause=false
|
||||
let heros:any= this.get_heros();;
|
||||
|
||||
Reference in New Issue
Block a user