lyb-pixi-js 1.12.39 → 1.12.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,12 +116,14 @@ export class LibPixiDialog extends LibPixiBaseContainer {
116
116
  this._maskUI.width = 2700;
117
117
  this._maskUI.height = 1080;
118
118
  this._maskUI.x = -(2700 - 1920) / 2;
119
+ this._maskUI.y = 0;
119
120
  scale = 1;
120
121
  }
121
122
  else {
122
123
  this._maskUI.width = 1080;
123
124
  this._maskUI.height = 2700;
124
125
  this._maskUI.x = 0;
126
+ this._maskUI.y = -(2700 - 1920) / 2;
125
127
  scale = this._vScale;
126
128
  }
127
129
  this.updatePosition(w, h);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.12.39",
3
+ "version": "1.12.41",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
6
  "exports": {