@drincs/pixi-vn 0.4.4 → 0.4.5
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1119,7 +1119,7 @@ function showImageWithDissolveTransition(tag, imageUrl, speed, priority) {
|
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
1121
|
// src/constants.ts
|
|
1122
|
-
var PIXIVN_VERSION = "0.4.
|
|
1122
|
+
var PIXIVN_VERSION = "0.4.5";
|
|
1123
1123
|
|
|
1124
1124
|
// src/functions/SavesUtility.ts
|
|
1125
1125
|
function getSaveData() {
|
|
@@ -1367,7 +1367,7 @@ var _GameWindowManager = class _GameWindowManager {
|
|
|
1367
1367
|
_GameWindowManager.canvasWidth = width;
|
|
1368
1368
|
_GameWindowManager.canvasHeight = height;
|
|
1369
1369
|
_GameWindowManager._app = new import_pixi10.Application();
|
|
1370
|
-
return
|
|
1370
|
+
return _GameWindowManager.app.init(__spreadValues({
|
|
1371
1371
|
resolution: window.devicePixelRatio || 1,
|
|
1372
1372
|
autoDensity: true,
|
|
1373
1373
|
width,
|