Commit 7975580d authored by haiyoucuv's avatar haiyoucuv

主页

parent 6cbefe4f
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"message": "nisi amet sunt Lorem", "message": "nisi amet sunt Lorem",
"data": { "data": {
"rule": "测试活动规则测试活动规则测试活动规则测试活动规则测试活动规则测试活动规则测试", "rule": "测试活动规则测试活动规则测试活动规则测试活动规则测试活动规则测试活动规则测试",
"currentLevel": 120, "currentLevel": 7,
"power": 101, "power": 101,
"tools": { "tools": {
"steps": 100, "steps": 100,
......
resource/map/map_star_disable.png

2.35 KB | W: | H:

resource/map/map_star_disable.png

1.07 KB | W: | H:

resource/map/map_star_disable.png
resource/map/map_star_disable.png
resource/map/map_star_disable.png
resource/map/map_star_disable.png
  • 2-up
  • Swipe
  • Onion skin
resource/map/map_star_enable.png

2.66 KB | W: | H:

resource/map/map_star_enable.png

1.48 KB | W: | H:

resource/map/map_star_enable.png
resource/map/map_star_enable.png
resource/map/map_star_enable.png
resource/map/map_star_enable.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -142,11 +142,11 @@ export default class CheckBtn extends Container { ...@@ -142,11 +142,11 @@ export default class CheckBtn extends Container {
// 三个星星 // 三个星星
const star1 = this.addChild(new CheckStar()); const star1 = this.addChild(new CheckStar());
star1.position.set(15, -5.5); star1.position.set(16.5, 83.5);
const star2 = this.addChild(new CheckStar()); const star2 = this.addChild(new CheckStar());
star2.position.set(40, -12.5); star2.position.set(42.5, 90.5);
const star3 = this.addChild(new CheckStar()); const star3 = this.addChild(new CheckStar());
star3.position.set(65, -5.5); star3.position.set(67.5, 83.5);
this.star = [star1, star2, star3]; this.star = [star1, star2, star3];
// 关卡文字 // 关卡文字
......
...@@ -29,7 +29,7 @@ export class MapScene extends Scene { ...@@ -29,7 +29,7 @@ export class MapScene extends Scene {
private uiLayer: MapUI = null; private uiLayer: MapUI = null;
// private mapAvatar: MapAvatar = null; private mapAvatar: MapAvatar = null;
public get groupNames(): string[] { public get groupNames(): string[] {
return [ return [
...@@ -91,7 +91,7 @@ export class MapScene extends Scene { ...@@ -91,7 +91,7 @@ export class MapScene extends Scene {
guide_check.enabled = true; guide_check.enabled = true;
guide_check.type = CHECK_TYPE.CUR; guide_check.type = CHECK_TYPE.CUR;
guide_check.position.set(MapScene.checkArr[1].x, MapScene.checkArr[1].y); guide_check.position.set(MapScene.checkArr[1].x, MapScene.checkArr[1].y);
// guide_check.addChild(new MapAvatar()); guide_check.addChild(new MapAvatar());
const guide_hand = guide.addChild(Tools.getSprite('guide_hand.png')); const guide_hand = guide.addChild(Tools.getSprite('guide_hand.png'));
guide_hand.position.set(guide_check.x + 90, guide_check.y + 40); guide_hand.position.set(guide_check.x + 90, guide_check.y + 40);
...@@ -142,9 +142,9 @@ export class MapScene extends Scene { ...@@ -142,9 +142,9 @@ export class MapScene extends Scene {
if (currentLevel < 121 && currentLevel > 0) { if (currentLevel < 121 && currentLevel > 0) {
MapScene.checkArr[currentLevel].type = CHECK_TYPE.CUR; MapScene.checkArr[currentLevel].type = CHECK_TYPE.CUR;
MapScene.checkArr[currentLevel].enabled = true; MapScene.checkArr[currentLevel].enabled = true;
// !this.mapAvatar && (this.mapAvatar = this.addChild(new MapAvatar())); !this.mapAvatar && (this.mapAvatar = this.addChild(new MapAvatar()));
// this.mapAvatar.parent && this.mapAvatar.parent.removeChild(this.mapAvatar); this.mapAvatar.parent && this.mapAvatar.parent.removeChild(this.mapAvatar);
// MapScene.checkArr[currentLevel].addChild(this.mapAvatar); MapScene.checkArr[currentLevel].addChild(this.mapAvatar);
} }
// 未通关的 // 未通关的
......
...@@ -9,12 +9,12 @@ export default class MapTop extends MapPart { ...@@ -9,12 +9,12 @@ export default class MapTop extends MapPart {
public static totalCount = 6; public static totalCount = 6;
public btnPos = [ public btnPos = [
[379, 1133], [374, 1114],
[260, 1083], [255, 1066],
[201, 974], [196, 960],
[317, 919], [312, 905],
[397, 827], [392, 814],
[497, 760], [492, 747],
]; ];
constructor(data) { constructor(data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment