|
main.min.js
- e.prototype.initData = function () {
- var t = this;
- this.island0.currentState = "unlock",
- this.island0.title.source = "kf_function_boss",
- this.island0.island.source = "",
- this.island3.currentState = "unlock",
- egret.callLater(function () {
- t.island3.title.source = "kf_function_invasion",
- t.island3.island.source = "kf_field_invasion"
- }, this),
- this.kfBossMc || (this.kfBossMc = new MovieClip, this.kfBossMc.scaleX = this.kfBossMc.scaleY = .45, this.kfBossMc.x = 0, this.kfBossMc.y = 35),
- this.island0.boossGroup.addChild(this.kfBossMc);
- var e = GlobalConfig.CrossBossBase.showBoss ? GlobalConfig.CrossBossBase.showBoss : "monster10041_3s";
- this.kfBossMc.playFile(RES_DIR_MONSTER + e, -1),
- egret.callLater(function () {
- t.island1.title.source = "kf_function_ladder",
- t.island1.island.source = "kf_field_ladder"
- }, this),
- this.island1.currentState = "unlock",
- this.island2.currentState = "lock"
- },
复制代码 LT_Server\Client\resource\skins\kf\kfField
|
|