@famibee/skynovel 1.32.1 → 1.32.2
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.
- package/dist/app.js +116 -98
- package/dist/app.js.map +1 -1
- package/dist/appMain.js +12 -12
- package/dist/appMain.js.map +1 -1
- package/dist/web.js +116 -98
- package/dist/web.js.map +1 -1
- package/package.json +2 -2
package/dist/web.js
CHANGED
|
@@ -4195,15 +4195,15 @@ $a = new WeakMap(), it(CmnTween, $a, {
|
|
|
4195
4195
|
"Sinusoidal.Out": (t) => Easing.Sinusoidal.Out(t)
|
|
4196
4196
|
});
|
|
4197
4197
|
/*!
|
|
4198
|
-
* @pixi/settings - v6.5.
|
|
4199
|
-
* Compiled
|
|
4198
|
+
* @pixi/settings - v6.5.3
|
|
4199
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
4200
4200
|
*
|
|
4201
4201
|
* @pixi/settings is licensed under the MIT License.
|
|
4202
4202
|
* http://www.opensource.org/licenses/mit-license
|
|
4203
4203
|
*/
|
|
4204
4204
|
/*!
|
|
4205
|
-
* @pixi/constants - v6.5.
|
|
4206
|
-
* Compiled
|
|
4205
|
+
* @pixi/constants - v6.5.3
|
|
4206
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
4207
4207
|
*
|
|
4208
4208
|
* @pixi/constants is licensed under the MIT License.
|
|
4209
4209
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -4426,8 +4426,8 @@ var settings$1 = {
|
|
|
4426
4426
|
ROUND_PIXELS: !1
|
|
4427
4427
|
};
|
|
4428
4428
|
/*!
|
|
4429
|
-
* @pixi/constants - v6.5.
|
|
4430
|
-
* Compiled
|
|
4429
|
+
* @pixi/constants - v6.5.3
|
|
4430
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
4431
4431
|
*
|
|
4432
4432
|
* @pixi/constants is licensed under the MIT License.
|
|
4433
4433
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5241,8 +5241,8 @@ Url.prototype.parseHost = function() {
|
|
|
5241
5241
|
t && (t = t[0], t !== ":" && (this.port = t.substr(1)), n = n.substr(0, n.length - t.length)), n && (this.hostname = n);
|
|
5242
5242
|
};
|
|
5243
5243
|
/*!
|
|
5244
|
-
* @pixi/utils - v6.5.
|
|
5245
|
-
* Compiled
|
|
5244
|
+
* @pixi/utils - v6.5.3
|
|
5245
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5246
5246
|
*
|
|
5247
5247
|
* @pixi/utils is licensed under the MIT License.
|
|
5248
5248
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5254,7 +5254,7 @@ var url = {
|
|
|
5254
5254
|
};
|
|
5255
5255
|
settings$1.RETINA_PREFIX = /@([0-9\.]+)x/;
|
|
5256
5256
|
settings$1.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT = !1;
|
|
5257
|
-
var saidHello = !1, VERSION = "6.5.
|
|
5257
|
+
var saidHello = !1, VERSION = "6.5.3";
|
|
5258
5258
|
function skipHello() {
|
|
5259
5259
|
saidHello = !0;
|
|
5260
5260
|
}
|
|
@@ -5615,8 +5615,8 @@ function getResolutionOfUrl(n, t) {
|
|
|
5615
5615
|
return e ? parseFloat(e[1]) : t !== void 0 ? t : 1;
|
|
5616
5616
|
}
|
|
5617
5617
|
/*!
|
|
5618
|
-
* @pixi/extensions - v6.5.
|
|
5619
|
-
* Compiled
|
|
5618
|
+
* @pixi/extensions - v6.5.3
|
|
5619
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5620
5620
|
*
|
|
5621
5621
|
* @pixi/extensions is licensed under the MIT License.
|
|
5622
5622
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5712,8 +5712,8 @@ var normalizeExtension = function(n) {
|
|
|
5712
5712
|
}
|
|
5713
5713
|
};
|
|
5714
5714
|
/*!
|
|
5715
|
-
* @pixi/runner - v6.5.
|
|
5716
|
-
* Compiled
|
|
5715
|
+
* @pixi/runner - v6.5.3
|
|
5716
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5717
5717
|
*
|
|
5718
5718
|
* @pixi/runner is licensed under the MIT License.
|
|
5719
5719
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5762,8 +5762,8 @@ Object.defineProperties(Runner.prototype, {
|
|
|
5762
5762
|
run: { value: Runner.prototype.emit }
|
|
5763
5763
|
});
|
|
5764
5764
|
/*!
|
|
5765
|
-
* @pixi/ticker - v6.5.
|
|
5766
|
-
* Compiled
|
|
5765
|
+
* @pixi/ticker - v6.5.3
|
|
5766
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5767
5767
|
*
|
|
5768
5768
|
* @pixi/ticker is licensed under the MIT License.
|
|
5769
5769
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5943,8 +5943,8 @@ var TickerListener = function() {
|
|
|
5943
5943
|
}, n.extension = ExtensionType.Application, n;
|
|
5944
5944
|
}();
|
|
5945
5945
|
/*!
|
|
5946
|
-
* @pixi/math - v6.5.
|
|
5947
|
-
* Compiled
|
|
5946
|
+
* @pixi/math - v6.5.3
|
|
5947
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5948
5948
|
*
|
|
5949
5949
|
* @pixi/math is licensed under the MIT License.
|
|
5950
5950
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -6331,8 +6331,8 @@ var groupD8 = {
|
|
|
6331
6331
|
}), n.IDENTITY = new n(), n;
|
|
6332
6332
|
}();
|
|
6333
6333
|
/*!
|
|
6334
|
-
* @pixi/core - v6.5.
|
|
6335
|
-
* Compiled
|
|
6334
|
+
* @pixi/core - v6.5.3
|
|
6335
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
6336
6336
|
*
|
|
6337
6337
|
* @pixi/core is licensed under the MIT License.
|
|
6338
6338
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -8179,8 +8179,8 @@ var uniformParsers = [
|
|
|
8179
8179
|
}
|
|
8180
8180
|
},
|
|
8181
8181
|
{
|
|
8182
|
-
test: function(n) {
|
|
8183
|
-
return (n.type === "sampler2D" || n.type === "samplerCube" || n.type === "sampler2DArray") && n.size === 1 && !n.isArray;
|
|
8182
|
+
test: function(n, t) {
|
|
8183
|
+
return (n.type === "sampler2D" || n.type === "samplerCube" || n.type === "sampler2DArray") && n.size === 1 && !n.isArray && (t == null || t.castToBaseTexture !== void 0);
|
|
8184
8184
|
},
|
|
8185
8185
|
code: function(n) {
|
|
8186
8186
|
return `t = syncData.textureCount++;
|
|
@@ -8452,9 +8452,27 @@ var uniformParsers = [
|
|
|
8452
8452
|
mat2: "gl.uniformMatrix2fv(location, false, v)",
|
|
8453
8453
|
mat3: "gl.uniformMatrix3fv(location, false, v)",
|
|
8454
8454
|
mat4: "gl.uniformMatrix4fv(location, false, v)",
|
|
8455
|
-
sampler2D:
|
|
8456
|
-
|
|
8457
|
-
|
|
8455
|
+
sampler2D: `
|
|
8456
|
+
if (cv !== v)
|
|
8457
|
+
{
|
|
8458
|
+
cu.value = v;
|
|
8459
|
+
|
|
8460
|
+
gl.uniform1i(location, v);
|
|
8461
|
+
}`,
|
|
8462
|
+
samplerCube: `
|
|
8463
|
+
if (cv !== v)
|
|
8464
|
+
{
|
|
8465
|
+
cu.value = v;
|
|
8466
|
+
|
|
8467
|
+
gl.uniform1i(location, v);
|
|
8468
|
+
}`,
|
|
8469
|
+
sampler2DArray: `
|
|
8470
|
+
if (cv !== v)
|
|
8471
|
+
{
|
|
8472
|
+
cu.value = v;
|
|
8473
|
+
|
|
8474
|
+
gl.uniform1i(location, v);
|
|
8475
|
+
}`
|
|
8458
8476
|
}, GLSL_TO_ARRAY_SETTERS = {
|
|
8459
8477
|
float: "gl.uniform1fv(location, v)",
|
|
8460
8478
|
vec2: "gl.uniform2fv(location, v)",
|
|
@@ -10018,8 +10036,8 @@ Object.assign(BatchRenderer, {
|
|
|
10018
10036
|
}
|
|
10019
10037
|
});
|
|
10020
10038
|
/*!
|
|
10021
|
-
* @pixi/loaders - v6.5.
|
|
10022
|
-
* Compiled
|
|
10039
|
+
* @pixi/loaders - v6.5.3
|
|
10040
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
10023
10041
|
*
|
|
10024
10042
|
* @pixi/loaders is licensed under the MIT License.
|
|
10025
10043
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -11843,8 +11861,8 @@ var objectAssign = shouldUseNative() ? Object.assign : function(n, t) {
|
|
|
11843
11861
|
return o;
|
|
11844
11862
|
};
|
|
11845
11863
|
/*!
|
|
11846
|
-
* @pixi/polyfill - v6.5.
|
|
11847
|
-
* Compiled
|
|
11864
|
+
* @pixi/polyfill - v6.5.3
|
|
11865
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
11848
11866
|
*
|
|
11849
11867
|
* @pixi/polyfill is licensed under the MIT License.
|
|
11850
11868
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -11891,8 +11909,8 @@ globalThis.Uint16Array || (globalThis.Uint16Array = Array);
|
|
|
11891
11909
|
globalThis.Uint8Array || (globalThis.Uint8Array = Array);
|
|
11892
11910
|
globalThis.Int32Array || (globalThis.Int32Array = Array);
|
|
11893
11911
|
/*!
|
|
11894
|
-
* @pixi/display - v6.5.
|
|
11895
|
-
* Compiled
|
|
11912
|
+
* @pixi/display - v6.5.3
|
|
11913
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
11896
11914
|
*
|
|
11897
11915
|
* @pixi/display is licensed under the MIT License.
|
|
11898
11916
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12176,8 +12194,8 @@ var DisplayObject = function(n) {
|
|
|
12176
12194
|
}(DisplayObject);
|
|
12177
12195
|
DisplayObject.prototype.displayObjectUpdateTransform = DisplayObject.prototype.updateTransform;
|
|
12178
12196
|
/*!
|
|
12179
|
-
* @pixi/constants - v6.5.
|
|
12180
|
-
* Compiled
|
|
12197
|
+
* @pixi/constants - v6.5.3
|
|
12198
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12181
12199
|
*
|
|
12182
12200
|
* @pixi/constants is licensed under the MIT License.
|
|
12183
12201
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12441,8 +12459,8 @@ var Container = function(n) {
|
|
|
12441
12459
|
}(DisplayObject);
|
|
12442
12460
|
Container.prototype.containerUpdateTransform = Container.prototype.updateTransform;
|
|
12443
12461
|
/*!
|
|
12444
|
-
* @pixi/accessibility - v6.5.
|
|
12445
|
-
* Compiled
|
|
12462
|
+
* @pixi/accessibility - v6.5.3
|
|
12463
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12446
12464
|
*
|
|
12447
12465
|
* @pixi/accessibility is licensed under the MIT License.
|
|
12448
12466
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12552,8 +12570,8 @@ var KEY_CODE_TAB = 9, DIV_TOUCH_SIZE = 100, DIV_TOUCH_POS_X = 0, DIV_TOUCH_POS_Y
|
|
|
12552
12570
|
}, n;
|
|
12553
12571
|
}();
|
|
12554
12572
|
/*!
|
|
12555
|
-
* @pixi/interaction - v6.5.
|
|
12556
|
-
* Compiled
|
|
12573
|
+
* @pixi/interaction - v6.5.3
|
|
12574
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12557
12575
|
*
|
|
12558
12576
|
* @pixi/interaction is licensed under the MIT License.
|
|
12559
12577
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12948,8 +12966,8 @@ var MOUSE_POINTER_ID = 1, hitTestEvent = {
|
|
|
12948
12966
|
}, t;
|
|
12949
12967
|
}(EventEmitter$4);
|
|
12950
12968
|
/*!
|
|
12951
|
-
* @pixi/extract - v6.5.
|
|
12952
|
-
* Compiled
|
|
12969
|
+
* @pixi/extract - v6.5.3
|
|
12970
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12953
12971
|
*
|
|
12954
12972
|
* @pixi/extract is licensed under the MIT License.
|
|
12955
12973
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12992,8 +13010,8 @@ var TEMP_RECT = new Rectangle(), BYTES_PER_PIXEL = 4, Extract = function() {
|
|
|
12992
13010
|
}, n;
|
|
12993
13011
|
}();
|
|
12994
13012
|
/*!
|
|
12995
|
-
* @pixi/compressed-textures - v6.5.
|
|
12996
|
-
* Compiled
|
|
13013
|
+
* @pixi/compressed-textures - v6.5.3
|
|
13014
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12997
13015
|
*
|
|
12998
13016
|
* @pixi/compressed-textures is licensed under the MIT License.
|
|
12999
13017
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -13531,8 +13549,8 @@ var KTXLoader = function() {
|
|
|
13531
13549
|
}, n.extension = ExtensionType.Loader, n.loadKeyValueData = !1, n;
|
|
13532
13550
|
}();
|
|
13533
13551
|
/*!
|
|
13534
|
-
* @pixi/particle-container - v6.5.
|
|
13535
|
-
* Compiled
|
|
13552
|
+
* @pixi/particle-container - v6.5.3
|
|
13553
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
13536
13554
|
*
|
|
13537
13555
|
* @pixi/particle-container is licensed under the MIT License.
|
|
13538
13556
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -13790,8 +13808,8 @@ void main(void){
|
|
|
13790
13808
|
}, t;
|
|
13791
13809
|
}(ObjectRenderer);
|
|
13792
13810
|
/*!
|
|
13793
|
-
* @pixi/graphics - v6.5.
|
|
13794
|
-
* Compiled
|
|
13811
|
+
* @pixi/graphics - v6.5.3
|
|
13812
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
13795
13813
|
*
|
|
13796
13814
|
* @pixi/graphics is licensed under the MIT License.
|
|
13797
13815
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -14555,8 +14573,8 @@ var ArcUtils = function() {
|
|
|
14555
14573
|
}, t.nextRoundedRectBehavior = !1, t._TEMP_POINT = new Point(), t;
|
|
14556
14574
|
}(Container);
|
|
14557
14575
|
/*!
|
|
14558
|
-
* @pixi/sprite - v6.5.
|
|
14559
|
-
* Compiled
|
|
14576
|
+
* @pixi/sprite - v6.5.3
|
|
14577
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
14560
14578
|
*
|
|
14561
14579
|
* @pixi/sprite is licensed under the MIT License.
|
|
14562
14580
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -14698,8 +14716,8 @@ var tempPoint$2 = new Point(), indices = new Uint16Array([0, 1, 2, 0, 2, 3]), Sp
|
|
|
14698
14716
|
}), t;
|
|
14699
14717
|
}(Container);
|
|
14700
14718
|
/*!
|
|
14701
|
-
* @pixi/text - v6.5.
|
|
14702
|
-
* Compiled
|
|
14719
|
+
* @pixi/text - v6.5.3
|
|
14720
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
14703
14721
|
*
|
|
14704
14722
|
* @pixi/text is licensed under the MIT License.
|
|
14705
14723
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15426,8 +15444,8 @@ var defaultDestroyOptions = {
|
|
|
15426
15444
|
}), t.nextLineHeightBehavior = !1, t.experimentalLetterSpacing = !1, t;
|
|
15427
15445
|
}(Sprite);
|
|
15428
15446
|
/*!
|
|
15429
|
-
* @pixi/prepare - v6.5.
|
|
15430
|
-
* Compiled
|
|
15447
|
+
* @pixi/prepare - v6.5.3
|
|
15448
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15431
15449
|
*
|
|
15432
15450
|
* @pixi/prepare is licensed under the MIT License.
|
|
15433
15451
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15601,8 +15619,8 @@ var Prepare = function(n) {
|
|
|
15601
15619
|
}, t;
|
|
15602
15620
|
}(BasePrepare);
|
|
15603
15621
|
/*!
|
|
15604
|
-
* @pixi/spritesheet - v6.5.
|
|
15605
|
-
* Compiled
|
|
15622
|
+
* @pixi/spritesheet - v6.5.3
|
|
15623
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15606
15624
|
*
|
|
15607
15625
|
* @pixi/spritesheet is licensed under the MIT License.
|
|
15608
15626
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15708,8 +15726,8 @@ var Spritesheet = function() {
|
|
|
15708
15726
|
}, n.extension = ExtensionType.Loader, n;
|
|
15709
15727
|
}();
|
|
15710
15728
|
/*!
|
|
15711
|
-
* @pixi/sprite-tiling - v6.5.
|
|
15712
|
-
* Compiled
|
|
15729
|
+
* @pixi/sprite-tiling - v6.5.3
|
|
15730
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15713
15731
|
*
|
|
15714
15732
|
* @pixi/sprite-tiling is licensed under the MIT License.
|
|
15715
15733
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15960,8 +15978,8 @@ void main(void)
|
|
|
15960
15978
|
}, t;
|
|
15961
15979
|
}(ObjectRenderer);
|
|
15962
15980
|
/*!
|
|
15963
|
-
* @pixi/mesh - v6.5.
|
|
15964
|
-
* Compiled
|
|
15981
|
+
* @pixi/mesh - v6.5.3
|
|
15982
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15965
15983
|
*
|
|
15966
15984
|
* @pixi/mesh is licensed under the MIT License.
|
|
15967
15985
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -16210,8 +16228,8 @@ void main(void)
|
|
|
16210
16228
|
}), t;
|
|
16211
16229
|
}(Geometry);
|
|
16212
16230
|
/*!
|
|
16213
|
-
* @pixi/text-bitmap - v6.5.
|
|
16214
|
-
* Compiled
|
|
16231
|
+
* @pixi/text-bitmap - v6.5.3
|
|
16232
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
16215
16233
|
*
|
|
16216
16234
|
* @pixi/text-bitmap is licensed under the MIT License.
|
|
16217
16235
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -16891,8 +16909,8 @@ var BitmapFontLoader = function() {
|
|
|
16891
16909
|
}, n.extension = ExtensionType.Loader, n;
|
|
16892
16910
|
}();
|
|
16893
16911
|
/*!
|
|
16894
|
-
* @pixi/filter-alpha - v6.5.
|
|
16895
|
-
* Compiled
|
|
16912
|
+
* @pixi/filter-alpha - v6.5.3
|
|
16913
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
16896
16914
|
*
|
|
16897
16915
|
* @pixi/filter-alpha is licensed under the MIT License.
|
|
16898
16916
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -16955,8 +16973,8 @@ void main(void)
|
|
|
16955
16973
|
}), t;
|
|
16956
16974
|
})(Filter);
|
|
16957
16975
|
/*!
|
|
16958
|
-
* @pixi/filter-blur - v6.5.
|
|
16959
|
-
* Compiled
|
|
16976
|
+
* @pixi/filter-blur - v6.5.3
|
|
16977
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
16960
16978
|
*
|
|
16961
16979
|
* @pixi/filter-blur is licensed under the MIT License.
|
|
16962
16980
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -17057,8 +17075,8 @@ function generateBlurFragSource(n) {
|
|
|
17057
17075
|
return o = o.replace("%blur%", R), o = o.replace("%size%", n.toString()), o;
|
|
17058
17076
|
}
|
|
17059
17077
|
/*!
|
|
17060
|
-
* @pixi/constants - v6.5.
|
|
17061
|
-
* Compiled
|
|
17078
|
+
* @pixi/constants - v6.5.3
|
|
17079
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
17062
17080
|
*
|
|
17063
17081
|
* @pixi/constants is licensed under the MIT License.
|
|
17064
17082
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -17260,8 +17278,8 @@ var BlurFilterPass = function(n) {
|
|
|
17260
17278
|
}), t;
|
|
17261
17279
|
})(Filter);
|
|
17262
17280
|
/*!
|
|
17263
|
-
* @pixi/filter-color-matrix - v6.5.
|
|
17264
|
-
* Compiled
|
|
17281
|
+
* @pixi/filter-color-matrix - v6.5.3
|
|
17282
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
17265
17283
|
*
|
|
17266
17284
|
* @pixi/filter-color-matrix is licensed under the MIT License.
|
|
17267
17285
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -17894,8 +17912,8 @@ void main(void)
|
|
|
17894
17912
|
}(Filter);
|
|
17895
17913
|
ColorMatrixFilter.prototype.grayscale = ColorMatrixFilter.prototype.greyscale;
|
|
17896
17914
|
/*!
|
|
17897
|
-
* @pixi/filter-displacement - v6.5.
|
|
17898
|
-
* Compiled
|
|
17915
|
+
* @pixi/filter-displacement - v6.5.3
|
|
17916
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
17899
17917
|
*
|
|
17900
17918
|
* @pixi/filter-displacement is licensed under the MIT License.
|
|
17901
17919
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18006,8 +18024,8 @@ void main(void)
|
|
|
18006
18024
|
}), t;
|
|
18007
18025
|
})(Filter);
|
|
18008
18026
|
/*!
|
|
18009
|
-
* @pixi/filter-fxaa - v6.5.
|
|
18010
|
-
* Compiled
|
|
18027
|
+
* @pixi/filter-fxaa - v6.5.3
|
|
18028
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18011
18029
|
*
|
|
18012
18030
|
* @pixi/filter-fxaa is licensed under the MIT License.
|
|
18013
18031
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18213,8 +18231,8 @@ void main() {
|
|
|
18213
18231
|
return t;
|
|
18214
18232
|
})(Filter);
|
|
18215
18233
|
/*!
|
|
18216
|
-
* @pixi/filter-noise - v6.5.
|
|
18217
|
-
* Compiled
|
|
18234
|
+
* @pixi/filter-noise - v6.5.3
|
|
18235
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18218
18236
|
*
|
|
18219
18237
|
* @pixi/filter-noise is licensed under the MIT License.
|
|
18220
18238
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18314,15 +18332,15 @@ void main()
|
|
|
18314
18332
|
}), t;
|
|
18315
18333
|
})(Filter);
|
|
18316
18334
|
/*!
|
|
18317
|
-
* @pixi/mixin-cache-as-bitmap - v6.5.
|
|
18318
|
-
* Compiled
|
|
18335
|
+
* @pixi/mixin-cache-as-bitmap - v6.5.3
|
|
18336
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18319
18337
|
*
|
|
18320
18338
|
* @pixi/mixin-cache-as-bitmap is licensed under the MIT License.
|
|
18321
18339
|
* http://www.opensource.org/licenses/mit-license
|
|
18322
18340
|
*/
|
|
18323
18341
|
/*!
|
|
18324
|
-
* @pixi/constants - v6.5.
|
|
18325
|
-
* Compiled
|
|
18342
|
+
* @pixi/constants - v6.5.3
|
|
18343
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18326
18344
|
*
|
|
18327
18345
|
* @pixi/constants is licensed under the MIT License.
|
|
18328
18346
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18505,8 +18523,8 @@ DisplayObject.prototype._cacheAsBitmapDestroy = function(t) {
|
|
|
18505
18523
|
this.cacheAsBitmap = !1, this.destroy(t);
|
|
18506
18524
|
};
|
|
18507
18525
|
/*!
|
|
18508
|
-
* @pixi/mixin-get-child-by-name - v6.5.
|
|
18509
|
-
* Compiled
|
|
18526
|
+
* @pixi/mixin-get-child-by-name - v6.5.3
|
|
18527
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18510
18528
|
*
|
|
18511
18529
|
* @pixi/mixin-get-child-by-name is licensed under the MIT License.
|
|
18512
18530
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18528,8 +18546,8 @@ Container.prototype.getChildByName = function(t, e) {
|
|
|
18528
18546
|
return null;
|
|
18529
18547
|
};
|
|
18530
18548
|
/*!
|
|
18531
|
-
* @pixi/mixin-get-global-position - v6.5.
|
|
18532
|
-
* Compiled
|
|
18549
|
+
* @pixi/mixin-get-global-position - v6.5.3
|
|
18550
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18533
18551
|
*
|
|
18534
18552
|
* @pixi/mixin-get-global-position is licensed under the MIT License.
|
|
18535
18553
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18538,8 +18556,8 @@ DisplayObject.prototype.getGlobalPosition = function(t, e) {
|
|
|
18538
18556
|
return t === void 0 && (t = new Point()), e === void 0 && (e = !1), this.parent ? this.parent.toGlobal(this.position, t, e) : (t.x = this.position.x, t.y = this.position.y), t;
|
|
18539
18557
|
};
|
|
18540
18558
|
/*!
|
|
18541
|
-
* @pixi/app - v6.5.
|
|
18542
|
-
* Compiled
|
|
18559
|
+
* @pixi/app - v6.5.3
|
|
18560
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18543
18561
|
*
|
|
18544
18562
|
* @pixi/app is licensed under the MIT License.
|
|
18545
18563
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18584,15 +18602,15 @@ var ResizePlugin = function() {
|
|
|
18584
18602
|
}, n.extension = ExtensionType.Application, n;
|
|
18585
18603
|
}();
|
|
18586
18604
|
/*!
|
|
18587
|
-
* @pixi/settings - v6.5.
|
|
18588
|
-
* Compiled
|
|
18605
|
+
* @pixi/settings - v6.5.3
|
|
18606
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18589
18607
|
*
|
|
18590
18608
|
* @pixi/settings is licensed under the MIT License.
|
|
18591
18609
|
* http://www.opensource.org/licenses/mit-license
|
|
18592
18610
|
*/
|
|
18593
18611
|
/*!
|
|
18594
|
-
* @pixi/constants - v6.5.
|
|
18595
|
-
* Compiled
|
|
18612
|
+
* @pixi/constants - v6.5.3
|
|
18613
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18596
18614
|
*
|
|
18597
18615
|
* @pixi/constants is licensed under the MIT License.
|
|
18598
18616
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19084,8 +19102,8 @@ createCommonjsModule(function(n, t) {
|
|
|
19084
19102
|
t.decode = t.parse = decode, t.encode = t.stringify = encode;
|
|
19085
19103
|
});
|
|
19086
19104
|
/*!
|
|
19087
|
-
* @pixi/constants - v6.5.
|
|
19088
|
-
* Compiled
|
|
19105
|
+
* @pixi/constants - v6.5.3
|
|
19106
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19089
19107
|
*
|
|
19090
19108
|
* @pixi/constants is licensed under the MIT License.
|
|
19091
19109
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19171,8 +19189,8 @@ var BUFFER_TYPE;
|
|
|
19171
19189
|
n[n.ELEMENT_ARRAY_BUFFER = 34963] = "ELEMENT_ARRAY_BUFFER", n[n.ARRAY_BUFFER = 34962] = "ARRAY_BUFFER", n[n.UNIFORM_BUFFER = 35345] = "UNIFORM_BUFFER";
|
|
19172
19190
|
})(BUFFER_TYPE || (BUFFER_TYPE = {}));
|
|
19173
19191
|
/*!
|
|
19174
|
-
* @pixi/utils - v6.5.
|
|
19175
|
-
* Compiled
|
|
19192
|
+
* @pixi/utils - v6.5.3
|
|
19193
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19176
19194
|
*
|
|
19177
19195
|
* @pixi/utils is licensed under the MIT License.
|
|
19178
19196
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19267,8 +19285,8 @@ var Application = function() {
|
|
|
19267
19285
|
extensions.handleByList(ExtensionType.Application, Application._plugins);
|
|
19268
19286
|
extensions.add(ResizePlugin);
|
|
19269
19287
|
/*!
|
|
19270
|
-
* @pixi/mesh-extras - v6.5.
|
|
19271
|
-
* Compiled
|
|
19288
|
+
* @pixi/mesh-extras - v6.5.3
|
|
19289
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19272
19290
|
*
|
|
19273
19291
|
* @pixi/mesh-extras is licensed under the MIT License.
|
|
19274
19292
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19521,8 +19539,8 @@ var DEFAULT_BORDER_SIZE = 10;
|
|
|
19521
19539
|
}, t;
|
|
19522
19540
|
})(SimplePlane);
|
|
19523
19541
|
/*!
|
|
19524
|
-
* @pixi/sprite-animated - v6.5.
|
|
19525
|
-
* Compiled
|
|
19542
|
+
* @pixi/sprite-animated - v6.5.3
|
|
19543
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19526
19544
|
*
|
|
19527
19545
|
* @pixi/sprite-animated is licensed under the MIT License.
|
|
19528
19546
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19649,8 +19667,8 @@ var AnimatedSprite = function(n) {
|
|
|
19649
19667
|
}), t;
|
|
19650
19668
|
}(Sprite);
|
|
19651
19669
|
/*!
|
|
19652
|
-
* pixi.js - v6.5.
|
|
19653
|
-
* Compiled
|
|
19670
|
+
* pixi.js - v6.5.3
|
|
19671
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19654
19672
|
*
|
|
19655
19673
|
* pixi.js is licensed under the MIT License.
|
|
19656
19674
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -30372,7 +30390,7 @@ const Wt = class extends Container {
|
|
|
30372
30390
|
"alpha" in e && (o.opacity = String(this.spLay.alpha));
|
|
30373
30391
|
if ("width" in e && (o.width = ((R = e.width) != null ? R : "0") + "px"), "height" in e && (o.height = ((N = e.height) != null ? N : "0") + "px"), "pl" in e && (o.paddingLeft = ((M = e.pl) != null ? M : "0") + "px"), "pr" in e && (o.paddingRight = ((D = e.pr) != null ? D : "0") + "px"), "pt" in e && (o.paddingTop = ((L = e.pt) != null ? L : "0") + "px"), "pb" in e && (o.paddingBottom = ((B = e.pb) != null ? B : "0") + "px"), "kinsoku_sol" in e && rt(Wt, cn, new RegExp(`[${e.kinsoku_sol}]`)), "kinsoku_eol" in e && rt(Wt, fn, new RegExp(`[${e.kinsoku_eol}]`)), "kinsoku_dns" in e && rt(Wt, ys, new RegExp(`[${e.kinsoku_dns}]`)), ot(this, gs, Zo).call(this), z(this, er).sethArg(e), rt(this, br, this.spLay.position.x), o.transformOrigin = `${this.spLay.pivot.x}px ${this.spLay.pivot.y}px`, this.cvsResize(), o.display = this.spLay.visible ? "inline" : "none", o.textShadow = (U = ($ = e.filter) != null ? $ : o.textShadow) != null ? U : "", rt(this, Kr, argChk_Boolean(e, "break_fixed", z(this, Kr))), rt(this, mr, argChk_Num(e, "break_fixed_left", z(this, mr))), rt(this, yr, argChk_Num(e, "break_fixed_top", z(this, yr))), ":redraw" in e && z(this, hn) > 0) {
|
|
30374
30392
|
const H = [
|
|
30375
|
-
z(this, se).innerHTML.
|
|
30393
|
+
z(this, se).innerHTML.replaceAll(/(animation-delay: )\d+ms/g, "$10ms"),
|
|
30376
30394
|
`<span class='sn_ch' data-add='{"ch_in_style":"default"}'>\u3000</span>`
|
|
30377
30395
|
];
|
|
30378
30396
|
ot(this, Ja, gh).call(this), this.goTxt(H);
|
|
@@ -31546,7 +31564,7 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31546
31564
|
`) {
|
|
31547
31565
|
var M, D, L, B, $, U, H, V;
|
|
31548
31566
|
const N = z(this, gn) ? (L = o != null ? o : (M = z(this, Br).at(0)) == null ? void 0 : M.o.wait) != null ? L : z(qt, ei) ? (D = z(qt, vn)[R.charAt(0)]) != null ? D : 0 : LayerMng.msecChWait : 0;
|
|
31549
|
-
return z(qt, pn).isSkippingByKeyDown() ? rt(this, Fr, 0) : e && z(this, gn) && rt(this, Fr, z(this, Fr) + N), {
|
|
31567
|
+
return z(qt, pn).isSkippingByKeyDown() ? rt(this, Fr, 0) : e && z(this, gn) && rt(this, Fr, z(this, Fr) + Number(N)), {
|
|
31550
31568
|
cl: ` class='sn_ch${N > 0 ? ` sn_ch_in_${z(this, Tr)}` : ""}'`,
|
|
31551
31569
|
sty: `animation-delay: ${z(this, Fr)}ms;${(U = ($ = (B = z(this, Br).at(-1)) == null ? void 0 : B.o) == null ? void 0 : $.style) != null ? U : ""}`,
|
|
31552
31570
|
lnk: (V = (H = z(this, Br).at(0)) == null ? void 0 : H.o[":link"]) != null ? V : ""
|