Commit 38fb2c52 authored by wildfirecode's avatar wildfirecode

1

parent 6afbd441
...@@ -9,7 +9,7 @@ class Layers extends eui.UILayer { ...@@ -9,7 +9,7 @@ class Layers extends eui.UILayer {
root.addChild(this); root.addChild(this);
this._topLayer = new egret.Sprite(); this._topLayer = new egret.Sprite();
this._popupLayer = new egret.Sprite(); this._popupLayer = new egret.Sprite();
this._popupLayer.alpha=0.5; // this._popupLayer.alpha=0.5;
this._sceneLayer = new egret.Sprite(); this._sceneLayer = new egret.Sprite();
this._bottomLayer = new egret.Sprite(); this._bottomLayer = new egret.Sprite();
this._toastLayer = new egret.Sprite(); this._toastLayer = new egret.Sprite();
......
...@@ -83,7 +83,7 @@ export default class MapScene extends Scene { ...@@ -83,7 +83,7 @@ export default class MapScene extends Scene {
} }
getScrollV(lastOrder, stageHeight) { getScrollV(lastOrder, stageHeight) {
lastOrder = 20; // lastOrder = 69;
if (lastOrder <= 7) {//顶部的1-7关 if (lastOrder <= 7) {//顶部的1-7关
return this.getScrollV1(lastOrder, stageHeight); return this.getScrollV1(lastOrder, stageHeight);
} }
......
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