@drincs/pixi-vn 0.5.2 → 0.5.3
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/classes/CharacterBaseModel.js.map +1 -1
- package/dist/classes/CharacterBaseModel.mjs.map +1 -1
- package/dist/classes/StoredClassModel.js.map +1 -1
- package/dist/classes/StoredClassModel.mjs.map +1 -1
- package/dist/classes/index.js.map +1 -1
- package/dist/classes/index.mjs.map +1 -1
- package/dist/classes/ticker/TickerFadeAlpha.js.map +1 -1
- package/dist/classes/ticker/TickerFadeAlpha.mjs.map +1 -1
- package/dist/classes/ticker/TickerMove.js.map +1 -1
- package/dist/classes/ticker/TickerMove.mjs.map +1 -1
- package/dist/classes/ticker/TickerRotate.js.map +1 -1
- package/dist/classes/ticker/TickerRotate.mjs.map +1 -1
- package/dist/classes/ticker/index.js.map +1 -1
- package/dist/classes/ticker/index.mjs.map +1 -1
- package/dist/constants.d.mts +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/constants.js.map +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/constants.mjs.map +1 -1
- package/dist/functions/DialogueUtility.js +2 -2
- package/dist/functions/DialogueUtility.js.map +1 -1
- package/dist/functions/DialogueUtility.mjs +2 -2
- package/dist/functions/DialogueUtility.mjs.map +1 -1
- package/dist/functions/FlagsUtility.js.map +1 -1
- package/dist/functions/FlagsUtility.mjs.map +1 -1
- package/dist/functions/GameUtility.js.map +1 -1
- package/dist/functions/GameUtility.mjs.map +1 -1
- package/dist/functions/ImageUtility.js.map +1 -1
- package/dist/functions/ImageUtility.mjs.map +1 -1
- package/dist/functions/SavesUtility.js +3 -3
- package/dist/functions/SavesUtility.js.map +1 -1
- package/dist/functions/SavesUtility.mjs +3 -3
- package/dist/functions/SavesUtility.mjs.map +1 -1
- package/dist/functions/index.js +3 -3
- package/dist/functions/index.js.map +1 -1
- package/dist/functions/index.mjs +3 -3
- package/dist/functions/index.mjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/managers/StepManager.d.mts +2 -2
- package/dist/managers/StepManager.d.ts +2 -2
- package/dist/managers/StepManager.js +2 -2
- package/dist/managers/StepManager.js.map +1 -1
- package/dist/managers/StepManager.mjs +2 -2
- package/dist/managers/StepManager.mjs.map +1 -1
- package/dist/managers/index.js +2 -2
- package/dist/managers/index.js.map +1 -1
- package/dist/managers/index.mjs +2 -2
- package/dist/managers/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/functions/index.js
CHANGED
|
@@ -1714,14 +1714,14 @@ var _GameStepManager = class _GameStepManager {
|
|
|
1714
1714
|
* @returns StepLabelResultType or undefined.
|
|
1715
1715
|
* @example
|
|
1716
1716
|
* ```typescript
|
|
1717
|
-
* GameStepManager.
|
|
1717
|
+
* GameStepManager.closeChoiceMenu(yourParams).then((result) => {
|
|
1718
1718
|
* if (result) {
|
|
1719
1719
|
* // your code
|
|
1720
1720
|
* }
|
|
1721
1721
|
* })
|
|
1722
1722
|
* ```
|
|
1723
1723
|
*/
|
|
1724
|
-
static
|
|
1724
|
+
static closeChoiceMenu(props) {
|
|
1725
1725
|
return __async(this, null, function* () {
|
|
1726
1726
|
return _GameStepManager.runNextStep(props);
|
|
1727
1727
|
});
|
|
@@ -2350,7 +2350,7 @@ function showWithDissolveTransition(tag, image, speed, priority) {
|
|
|
2350
2350
|
}
|
|
2351
2351
|
|
|
2352
2352
|
// src/constants.ts
|
|
2353
|
-
var PIXIVN_VERSION = "0.5.
|
|
2353
|
+
var PIXIVN_VERSION = "0.5.3";
|
|
2354
2354
|
|
|
2355
2355
|
// src/functions/SavesUtility.ts
|
|
2356
2356
|
function getSaveData() {
|