@drincs/pixi-vn 0.9.6 → 0.9.7
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/{ContainerChild-HBivknFV.d.ts → ContainerChild-B5yD0BI8.d.ts} +3 -7
- package/dist/{ContainerChild-CEuXVx00.d.cts → ContainerChild-WzyxEjAc.d.cts} +3 -7
- package/dist/{chunk-SCOZ46ME.js → chunk-IRUKNG2Y.js} +32 -18
- package/dist/{chunk-JMXJKUTS.js → chunk-NB4Q3GFK.js} +19 -11
- package/dist/{chunk-AQPVWC55.js → chunk-TOG67Z7Q.js} +1 -1
- package/dist/classes/CharacterBaseModel.cjs +50 -28
- package/dist/classes/CharacterBaseModel.js +3 -3
- package/dist/classes/CharacterStoredClass.cjs +50 -28
- package/dist/classes/CharacterStoredClass.js +3 -3
- package/dist/classes/ChoiceMenuOption.cjs +50 -28
- package/dist/classes/ChoiceMenuOption.js +3 -3
- package/dist/classes/Sound.cjs +50 -28
- package/dist/classes/Sound.js +3 -3
- package/dist/classes/StoredClassModel.cjs +50 -28
- package/dist/classes/StoredClassModel.js +3 -3
- package/dist/classes/canvas/AdditionalPositions.cjs +32 -18
- package/dist/classes/canvas/AdditionalPositions.js +1 -1
- package/dist/classes/canvas/CanvasBaseItem.d.cts +2 -2
- package/dist/classes/canvas/CanvasBaseItem.d.ts +2 -2
- package/dist/classes/canvas/Container.cjs +50 -28
- package/dist/classes/canvas/Container.d.cts +3 -2
- package/dist/classes/canvas/Container.d.ts +3 -2
- package/dist/classes/canvas/Container.js +3 -3
- package/dist/classes/canvas/ImageContainer.cjs +67 -45
- package/dist/classes/canvas/ImageContainer.d.cts +1 -1
- package/dist/classes/canvas/ImageContainer.d.ts +1 -1
- package/dist/classes/canvas/ImageContainer.js +3 -3
- package/dist/classes/canvas/ImageSprite.cjs +50 -28
- package/dist/classes/canvas/ImageSprite.d.cts +1 -1
- package/dist/classes/canvas/ImageSprite.d.ts +1 -1
- package/dist/classes/canvas/ImageSprite.js +3 -3
- package/dist/classes/canvas/Sprite.cjs +50 -28
- package/dist/classes/canvas/Sprite.d.cts +2 -2
- package/dist/classes/canvas/Sprite.d.ts +2 -2
- package/dist/classes/canvas/Sprite.js +3 -3
- package/dist/classes/canvas/Text.cjs +50 -28
- package/dist/classes/canvas/Text.d.cts +2 -2
- package/dist/classes/canvas/Text.d.ts +2 -2
- package/dist/classes/canvas/Text.js +3 -3
- package/dist/classes/canvas/VideoSprite.cjs +50 -28
- package/dist/classes/canvas/VideoSprite.d.cts +2 -2
- package/dist/classes/canvas/VideoSprite.d.ts +2 -2
- package/dist/classes/canvas/VideoSprite.js +3 -3
- package/dist/classes/index.cjs +50 -28
- package/dist/classes/index.d.cts +2 -2
- package/dist/classes/index.d.ts +2 -2
- package/dist/classes/index.js +3 -3
- package/dist/classes/ticker/FadeAlphaTicker.cjs +50 -28
- package/dist/classes/ticker/FadeAlphaTicker.js +3 -3
- package/dist/classes/ticker/MoveTicker.cjs +50 -28
- package/dist/classes/ticker/MoveTicker.js +3 -3
- package/dist/classes/ticker/RotateTicker.cjs +50 -28
- package/dist/classes/ticker/RotateTicker.js +3 -3
- package/dist/classes/ticker/TickerBase.cjs +50 -28
- package/dist/classes/ticker/TickerBase.js +3 -3
- package/dist/classes/ticker/ZoomTicker.cjs +50 -28
- package/dist/classes/ticker/ZoomTicker.js +3 -3
- package/dist/classes/ticker/index.cjs +50 -28
- package/dist/classes/ticker/index.js +3 -3
- package/dist/constants.cjs +1 -1
- package/dist/constants.d.cts +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/decorators/canvas-element-decorator.cjs +50 -28
- package/dist/decorators/canvas-element-decorator.d.cts +2 -2
- package/dist/decorators/canvas-element-decorator.d.ts +2 -2
- package/dist/decorators/canvas-element-decorator.js +3 -3
- package/dist/decorators/event-decorator.d.cts +2 -2
- package/dist/decorators/event-decorator.d.ts +2 -2
- package/dist/decorators/index.cjs +50 -28
- package/dist/decorators/index.d.cts +2 -2
- package/dist/decorators/index.d.ts +2 -2
- package/dist/decorators/index.js +3 -3
- package/dist/decorators/label-decorator.cjs +50 -28
- package/dist/decorators/label-decorator.js +3 -3
- package/dist/functions/canvas/canvas-effect.cjs +50 -28
- package/dist/functions/canvas/canvas-effect.js +3 -3
- package/dist/functions/canvas/canvas-memory-utility.cjs +50 -28
- package/dist/functions/canvas/canvas-memory-utility.d.cts +2 -2
- package/dist/functions/canvas/canvas-memory-utility.d.ts +2 -2
- package/dist/functions/canvas/canvas-memory-utility.js +3 -3
- package/dist/functions/canvas/canvas-transition.cjs +50 -28
- package/dist/functions/canvas/canvas-transition.d.cts +2 -2
- package/dist/functions/canvas/canvas-transition.d.ts +2 -2
- package/dist/functions/canvas/canvas-transition.js +3 -3
- package/dist/functions/canvas/canvas-utility.cjs +50 -28
- package/dist/functions/canvas/canvas-utility.js +3 -3
- package/dist/functions/canvas/image-container-utility.cjs +50 -28
- package/dist/functions/canvas/image-container-utility.d.cts +2 -2
- package/dist/functions/canvas/image-container-utility.d.ts +2 -2
- package/dist/functions/canvas/image-container-utility.js +3 -3
- package/dist/functions/canvas/image-utility.cjs +50 -28
- package/dist/functions/canvas/image-utility.d.cts +2 -2
- package/dist/functions/canvas/image-utility.d.ts +2 -2
- package/dist/functions/canvas/image-utility.js +3 -3
- package/dist/functions/canvas/video-utility.cjs +50 -28
- package/dist/functions/canvas/video-utility.d.cts +2 -2
- package/dist/functions/canvas/video-utility.d.ts +2 -2
- package/dist/functions/canvas/video-utility.js +3 -3
- package/dist/functions/dialogue-utility.cjs +50 -28
- package/dist/functions/dialogue-utility.js +3 -3
- package/dist/functions/flags-utility.cjs +50 -28
- package/dist/functions/flags-utility.js +3 -3
- package/dist/functions/game-utility.cjs +50 -28
- package/dist/functions/game-utility.js +3 -3
- package/dist/functions/index.cjs +50 -28
- package/dist/functions/index.d.cts +2 -2
- package/dist/functions/index.d.ts +2 -2
- package/dist/functions/index.js +3 -3
- package/dist/functions/saves-utility.cjs +50 -28
- package/dist/functions/saves-utility.d.cts +2 -2
- package/dist/functions/saves-utility.d.ts +2 -2
- package/dist/functions/saves-utility.js +3 -3
- package/dist/functions/texture-utility.cjs +50 -28
- package/dist/functions/texture-utility.d.cts +2 -2
- package/dist/functions/texture-utility.d.ts +2 -2
- package/dist/functions/texture-utility.js +3 -3
- package/dist/index.cjs +67 -47
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/interface/HistoryStep.d.cts +2 -2
- package/dist/interface/HistoryStep.d.ts +2 -2
- package/dist/interface/SaveData.d.cts +2 -2
- package/dist/interface/SaveData.d.ts +2 -2
- package/dist/interface/canvas/canvas-memory.d.cts +2 -2
- package/dist/interface/canvas/canvas-memory.d.ts +2 -2
- package/dist/interface/canvas/canvas-options.d.cts +1 -1
- package/dist/interface/canvas/canvas-options.d.ts +1 -1
- package/dist/interface/export/ExportedCanvas.d.cts +2 -2
- package/dist/interface/export/ExportedCanvas.d.ts +2 -2
- package/dist/interface/export/ExportedStep.d.cts +2 -2
- package/dist/interface/export/ExportedStep.d.ts +2 -2
- package/dist/interface/index.d.cts +1 -1
- package/dist/interface/index.d.ts +1 -1
- package/dist/labels/BaseCanvasElementTestLabel.cjs +50 -28
- package/dist/labels/BaseCanvasElementTestLabel.js +3 -3
- package/dist/labels/CanvasEventsTestLabel.cjs +50 -28
- package/dist/labels/CanvasEventsTestLabel.d.cts +2 -2
- package/dist/labels/CanvasEventsTestLabel.d.ts +2 -2
- package/dist/labels/CanvasEventsTestLabel.js +3 -3
- package/dist/labels/CustomTickerCanvasElementTestLabel.cjs +67 -47
- package/dist/labels/CustomTickerCanvasElementTestLabel.js +3 -3
- package/dist/labels/ImagesAnimationsTestLabel.cjs +50 -28
- package/dist/labels/ImagesAnimationsTestLabel.js +3 -3
- package/dist/labels/InputTestLabel.cjs +50 -28
- package/dist/labels/InputTestLabel.js +3 -3
- package/dist/labels/MarkdownTest.cjs +50 -28
- package/dist/labels/MarkdownTest.js +3 -3
- package/dist/labels/SoundTestLabel.cjs +50 -28
- package/dist/labels/SoundTestLabel.js +3 -3
- package/dist/labels/StartLabel.cjs +50 -28
- package/dist/labels/StartLabel.js +3 -3
- package/dist/labels/StepLabelTest.cjs +50 -28
- package/dist/labels/StepLabelTest.js +3 -3
- package/dist/labels/VideoTestLabel.cjs +50 -28
- package/dist/labels/VideoTestLabel.js +3 -3
- package/dist/labels/index.cjs +50 -28
- package/dist/labels/index.js +3 -3
- package/dist/managers/CanvasManager.cjs +50 -28
- package/dist/managers/CanvasManager.d.cts +2 -2
- package/dist/managers/CanvasManager.d.ts +2 -2
- package/dist/managers/CanvasManager.js +3 -3
- package/dist/managers/CanvasManagerStatic.d.cts +2 -2
- package/dist/managers/CanvasManagerStatic.d.ts +2 -2
- package/dist/managers/NarrationManager.cjs +50 -28
- package/dist/managers/NarrationManager.d.cts +2 -2
- package/dist/managers/NarrationManager.d.ts +2 -2
- package/dist/managers/NarrationManager.js +3 -3
- package/dist/managers/NarrationManagerStatic.cjs +50 -28
- package/dist/managers/NarrationManagerStatic.d.cts +2 -2
- package/dist/managers/NarrationManagerStatic.d.ts +2 -2
- package/dist/managers/NarrationManagerStatic.js +3 -3
- package/dist/managers/SoundManager.cjs +50 -28
- package/dist/managers/SoundManager.js +3 -3
- package/dist/managers/StorageManager.cjs +50 -28
- package/dist/managers/StorageManager.js +3 -3
- package/dist/managers/index.cjs +50 -28
- package/dist/managers/index.d.cts +2 -2
- package/dist/managers/index.d.ts +2 -2
- package/dist/managers/index.js +3 -3
- package/dist/types/ContainerChild.d.cts +2 -2
- package/dist/types/ContainerChild.d.ts +2 -2
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/managers/index.cjs
CHANGED
|
@@ -57733,7 +57733,7 @@ extensions.add(soundAsset);
|
|
|
57733
57733
|
var sound = setInstance(new SoundLibrary());
|
|
57734
57734
|
|
|
57735
57735
|
// package.json
|
|
57736
|
-
var version = "0.9.
|
|
57736
|
+
var version = "0.9.7";
|
|
57737
57737
|
|
|
57738
57738
|
// src/constants.ts
|
|
57739
57739
|
var Repeat = "repeat";
|
|
@@ -58634,29 +58634,43 @@ function analizePositionsExtensionProps(props) {
|
|
|
58634
58634
|
if (!props) {
|
|
58635
58635
|
return props;
|
|
58636
58636
|
}
|
|
58637
|
-
if (props.align
|
|
58638
|
-
if (
|
|
58639
|
-
props.
|
|
58640
|
-
|
|
58641
|
-
|
|
58642
|
-
|
|
58643
|
-
props.
|
|
58637
|
+
if (typeof props.align !== "number") {
|
|
58638
|
+
if (props.xAlign != void 0) {
|
|
58639
|
+
if (props.align === void 0) {
|
|
58640
|
+
props.align = { x: props.xAlign };
|
|
58641
|
+
delete props.xAlign;
|
|
58642
|
+
} else {
|
|
58643
|
+
props.align.x = props.xAlign;
|
|
58644
|
+
delete props.xAlign;
|
|
58644
58645
|
}
|
|
58645
|
-
|
|
58646
|
-
|
|
58646
|
+
}
|
|
58647
|
+
if (props.yAlign != void 0) {
|
|
58648
|
+
if (props.align === void 0) {
|
|
58649
|
+
props.align = { y: props.yAlign };
|
|
58650
|
+
delete props.yAlign;
|
|
58651
|
+
} else {
|
|
58652
|
+
props.align.y = props.yAlign;
|
|
58653
|
+
delete props.yAlign;
|
|
58647
58654
|
}
|
|
58648
58655
|
}
|
|
58649
58656
|
}
|
|
58650
|
-
if (props.percentagePosition
|
|
58651
|
-
if (
|
|
58652
|
-
props.
|
|
58653
|
-
|
|
58654
|
-
|
|
58655
|
-
|
|
58656
|
-
props.
|
|
58657
|
+
if (typeof props.percentagePosition !== "number") {
|
|
58658
|
+
if (props.xPercentagePosition != void 0) {
|
|
58659
|
+
if (props.percentagePosition === void 0) {
|
|
58660
|
+
props.percentagePosition = { x: props.xPercentagePosition };
|
|
58661
|
+
delete props.xPercentagePosition;
|
|
58662
|
+
} else {
|
|
58663
|
+
props.percentagePosition.x = props.xPercentagePosition;
|
|
58664
|
+
delete props.xPercentagePosition;
|
|
58657
58665
|
}
|
|
58658
|
-
|
|
58659
|
-
|
|
58666
|
+
}
|
|
58667
|
+
if (props.yPercentagePosition != void 0) {
|
|
58668
|
+
if (props.percentagePosition === void 0) {
|
|
58669
|
+
props.percentagePosition = { y: props.yPercentagePosition };
|
|
58670
|
+
delete props.yPercentagePosition;
|
|
58671
|
+
} else {
|
|
58672
|
+
props.percentagePosition.y = props.yPercentagePosition;
|
|
58673
|
+
delete props.yPercentagePosition;
|
|
58660
58674
|
}
|
|
58661
58675
|
}
|
|
58662
58676
|
}
|
|
@@ -58698,12 +58712,15 @@ var Container2 = class extends Container {
|
|
|
58698
58712
|
this.setMemory(value);
|
|
58699
58713
|
}
|
|
58700
58714
|
async setMemory(value) {
|
|
58715
|
+
await this.importChildren(value);
|
|
58716
|
+
return await setMemoryContainer(this, value);
|
|
58717
|
+
}
|
|
58718
|
+
async importChildren(value) {
|
|
58701
58719
|
for (let i3 = 0; i3 < value.elements.length; i3++) {
|
|
58702
58720
|
let child = value.elements[i3];
|
|
58703
58721
|
let element = await importCanvasElement(child);
|
|
58704
58722
|
this.addChild(element);
|
|
58705
58723
|
}
|
|
58706
|
-
return await setMemoryContainer(this, value);
|
|
58707
58724
|
}
|
|
58708
58725
|
};
|
|
58709
58726
|
function getMemoryContainer(element) {
|
|
@@ -58795,10 +58812,10 @@ var ImageContainer = class extends Container2 {
|
|
|
58795
58812
|
if (options?.anchor !== void 0) {
|
|
58796
58813
|
this.anchor = options.anchor;
|
|
58797
58814
|
}
|
|
58798
|
-
if (options?.align !== void 0) {
|
|
58815
|
+
if (options && "align" in options && options?.align !== void 0) {
|
|
58799
58816
|
this.align = options.align;
|
|
58800
58817
|
}
|
|
58801
|
-
if (options?.percentagePosition !== void 0) {
|
|
58818
|
+
if (options && "percentagePosition" in options && options?.percentagePosition !== void 0) {
|
|
58802
58819
|
this.percentagePosition = options.percentagePosition;
|
|
58803
58820
|
}
|
|
58804
58821
|
}
|
|
@@ -58816,7 +58833,8 @@ var ImageContainer = class extends Container2 {
|
|
|
58816
58833
|
this.setMemory(value);
|
|
58817
58834
|
}
|
|
58818
58835
|
async setMemory(value) {
|
|
58819
|
-
await
|
|
58836
|
+
await this.importChildren(value);
|
|
58837
|
+
await setMemoryImageContainer(this, value);
|
|
58820
58838
|
this.reloadAnchor();
|
|
58821
58839
|
this.reloadPosition();
|
|
58822
58840
|
}
|
|
@@ -58990,11 +59008,13 @@ var ImageContainer = class extends Container2 {
|
|
|
58990
59008
|
}
|
|
58991
59009
|
};
|
|
58992
59010
|
async function setMemoryImageContainer(element, memory, opstions) {
|
|
59011
|
+
memory = analizePositionsExtensionProps(memory);
|
|
58993
59012
|
setMemoryContainer(element, memory, {
|
|
58994
59013
|
...opstions,
|
|
58995
59014
|
end: async () => {
|
|
58996
59015
|
"anchor" in memory && memory.anchor !== void 0 && (element.anchor = memory.anchor);
|
|
58997
59016
|
"align" in memory && memory.align !== void 0 && (element.align = memory.align);
|
|
59017
|
+
"percentagePosition" in memory && memory.percentagePosition !== void 0 && (element.percentagePosition = memory.percentagePosition);
|
|
58998
59018
|
if ("loadIsStarted" in memory && memory.loadIsStarted) {
|
|
58999
59019
|
await element.load();
|
|
59000
59020
|
}
|
|
@@ -60359,9 +60379,8 @@ var customPositionTest = newLabel("___pixi_vn_images_custom_position_test___", [
|
|
|
60359
60379
|
- ${skullyName} will be added with the anchor set to 0.5 and align set to 0.25.`
|
|
60360
60380
|
};
|
|
60361
60381
|
canvas.removeAll();
|
|
60362
|
-
let container =
|
|
60363
|
-
container
|
|
60364
|
-
container.align = 0.5;
|
|
60382
|
+
let container = new ImageContainer({ anchor: 0.5, align: 0.5 }, [eggHeadImage, flowerTopImage]);
|
|
60383
|
+
canvas.add("container", container);
|
|
60365
60384
|
let helmlok = addImage("helmlok", helmlokImage);
|
|
60366
60385
|
helmlok.anchor = 0.5;
|
|
60367
60386
|
helmlok.xAlign = 1;
|
|
@@ -60821,6 +60840,7 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
60821
60840
|
pixivnId = CANVAS_IMAGE_ID;
|
|
60822
60841
|
constructor(options, textureAlias) {
|
|
60823
60842
|
super(options);
|
|
60843
|
+
options = analizePositionsExtensionProps(options);
|
|
60824
60844
|
if (textureAlias) {
|
|
60825
60845
|
this.textureAlias = textureAlias;
|
|
60826
60846
|
}
|
|
@@ -60844,7 +60864,7 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
60844
60864
|
this.setMemory(value);
|
|
60845
60865
|
}
|
|
60846
60866
|
async setMemory(value) {
|
|
60847
|
-
await
|
|
60867
|
+
await setMemoryImageSprite(this, value);
|
|
60848
60868
|
this.reloadPosition();
|
|
60849
60869
|
}
|
|
60850
60870
|
static from(source7, skipCache) {
|
|
@@ -60981,9 +61001,11 @@ var ImageSprite = class _ImageSprite extends Sprite2 {
|
|
|
60981
61001
|
}
|
|
60982
61002
|
};
|
|
60983
61003
|
async function setMemoryImageSprite(element, memory) {
|
|
61004
|
+
memory = analizePositionsExtensionProps(memory);
|
|
60984
61005
|
return await setMemorySprite(element, memory, {
|
|
60985
61006
|
half: async () => {
|
|
60986
61007
|
"align" in memory && memory.align !== void 0 && (element.align = memory.align);
|
|
61008
|
+
"percentagePosition" in memory && memory.percentagePosition !== void 0 && (element.percentagePosition = memory.percentagePosition);
|
|
60987
61009
|
"imageLink" in memory && memory.imageLink !== void 0 && (element.textureAlias = memory.imageLink);
|
|
60988
61010
|
if ("loadIsStarted" in memory && memory.loadIsStarted) {
|
|
60989
61011
|
await element.load();
|
|
@@ -62658,7 +62680,6 @@ var CanvasManager = class {
|
|
|
62658
62680
|
* @param data The object.
|
|
62659
62681
|
*/
|
|
62660
62682
|
async import(data) {
|
|
62661
|
-
this.clear();
|
|
62662
62683
|
try {
|
|
62663
62684
|
let tickersOnPause = data["tickersOnPause"] || {};
|
|
62664
62685
|
if (data.hasOwnProperty("elementAliasesOrder") && data.hasOwnProperty("elements")) {
|
|
@@ -62666,6 +62687,7 @@ var CanvasManager = class {
|
|
|
62666
62687
|
let elementAliasesOrder = data["elementAliasesOrder"];
|
|
62667
62688
|
let promises = elementAliasesOrder.filter((alias) => currentElements[alias]).map((alias) => importCanvasElement(currentElements[alias]));
|
|
62668
62689
|
let list = await Promise.all(promises);
|
|
62690
|
+
this.clear();
|
|
62669
62691
|
list.forEach((element, i3) => {
|
|
62670
62692
|
let alias = elementAliasesOrder[i3];
|
|
62671
62693
|
this.add(alias, element);
|
|
@@ -7,9 +7,9 @@ export { default as NarrationManagerStatic } from './NarrationManagerStatic.cjs'
|
|
|
7
7
|
export { default as SoundManagerStatic } from './SoundManagerStatic.cjs';
|
|
8
8
|
export { default as StorageManagerStatic } from './StorageManagerStatic.cjs';
|
|
9
9
|
import 'pixi.js';
|
|
10
|
-
import '../ContainerChild-
|
|
11
|
-
import '../interface/canvas/TextureMemory.cjs';
|
|
10
|
+
import '../ContainerChild-WzyxEjAc.cjs';
|
|
12
11
|
import '../classes/canvas/AdditionalPositions.cjs';
|
|
12
|
+
import '../interface/canvas/TextureMemory.cjs';
|
|
13
13
|
import '../classes/canvas/AnchorExtension.cjs';
|
|
14
14
|
import '../types/CanvasEventNamesType.cjs';
|
|
15
15
|
import '../classes/CanvasEvent.cjs';
|
package/dist/managers/index.d.ts
CHANGED
|
@@ -7,9 +7,9 @@ export { default as NarrationManagerStatic } from './NarrationManagerStatic.js';
|
|
|
7
7
|
export { default as SoundManagerStatic } from './SoundManagerStatic.js';
|
|
8
8
|
export { default as StorageManagerStatic } from './StorageManagerStatic.js';
|
|
9
9
|
import 'pixi.js';
|
|
10
|
-
import '../ContainerChild-
|
|
11
|
-
import '../interface/canvas/TextureMemory.js';
|
|
10
|
+
import '../ContainerChild-B5yD0BI8.js';
|
|
12
11
|
import '../classes/canvas/AdditionalPositions.js';
|
|
12
|
+
import '../interface/canvas/TextureMemory.js';
|
|
13
13
|
import '../classes/canvas/AnchorExtension.js';
|
|
14
14
|
import '../types/CanvasEventNamesType.js';
|
|
15
15
|
import '../classes/CanvasEvent.js';
|
package/dist/managers/index.js
CHANGED
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
narration,
|
|
8
8
|
sound,
|
|
9
9
|
storage
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-NB4Q3GFK.js";
|
|
11
11
|
import "../chunk-OMPJ74CO.js";
|
|
12
12
|
import "../chunk-2JGQWY5I.js";
|
|
13
13
|
import "../chunk-2BUPSB7O.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-IRUKNG2Y.js";
|
|
15
15
|
import "../chunk-6GJXIPNB.js";
|
|
16
16
|
import "../chunk-I6TNJEE3.js";
|
|
17
17
|
import {
|
|
@@ -34,7 +34,7 @@ import "../chunk-ZBUW3MBH.js";
|
|
|
34
34
|
import "../chunk-PIYIZHZL.js";
|
|
35
35
|
import "../chunk-B7XQM2BB.js";
|
|
36
36
|
import "../chunk-LEMOIFSV.js";
|
|
37
|
-
import "../chunk-
|
|
37
|
+
import "../chunk-TOG67Z7Q.js";
|
|
38
38
|
import "../chunk-WS3FY4Q6.js";
|
|
39
39
|
import "../chunk-Z3NBKYVU.js";
|
|
40
40
|
import "../chunk-SAUNZQHZ.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'pixi.js';
|
|
2
|
-
export { i as default } from '../ContainerChild-
|
|
3
|
-
import '../interface/canvas/TextureMemory.cjs';
|
|
2
|
+
export { i as default } from '../ContainerChild-WzyxEjAc.cjs';
|
|
4
3
|
import '../classes/canvas/AdditionalPositions.cjs';
|
|
4
|
+
import '../interface/canvas/TextureMemory.cjs';
|
|
5
5
|
import '../classes/canvas/AnchorExtension.cjs';
|
|
6
6
|
import './CanvasEventNamesType.cjs';
|
|
7
7
|
import '../classes/CanvasEvent.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'pixi.js';
|
|
2
|
-
export { i as default } from '../ContainerChild-
|
|
3
|
-
import '../interface/canvas/TextureMemory.js';
|
|
2
|
+
export { i as default } from '../ContainerChild-B5yD0BI8.js';
|
|
4
3
|
import '../classes/canvas/AdditionalPositions.js';
|
|
4
|
+
import '../interface/canvas/TextureMemory.js';
|
|
5
5
|
import '../classes/canvas/AnchorExtension.js';
|
|
6
6
|
import './CanvasEventNamesType.js';
|
|
7
7
|
import '../classes/CanvasEvent.js';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as CanvasEventNamesType } from './CanvasEventNamesType.cjs';
|
|
2
2
|
export { ChoiceMenuOptionsType } from './ChoiceMenuOptionsType.cjs';
|
|
3
3
|
export { Close, CloseType } from './CloseType.cjs';
|
|
4
|
-
export { i as ContainerChild } from '../ContainerChild-
|
|
4
|
+
export { i as ContainerChild } from '../ContainerChild-WzyxEjAc.cjs';
|
|
5
5
|
export { default as DialogueType } from './DialogueType.cjs';
|
|
6
6
|
export { default as HistoryChoiceMenuOption } from './HistoryChoiceMenuOption.cjs';
|
|
7
7
|
export { InputInfo } from './InputInfo.cjs';
|
|
@@ -17,8 +17,8 @@ import '../classes/Label.cjs';
|
|
|
17
17
|
import '../classes/LabelAbstract.cjs';
|
|
18
18
|
import '../interface/LabelProps.cjs';
|
|
19
19
|
import 'pixi.js';
|
|
20
|
-
import '../interface/canvas/TextureMemory.cjs';
|
|
21
20
|
import '../classes/canvas/AdditionalPositions.cjs';
|
|
21
|
+
import '../interface/canvas/TextureMemory.cjs';
|
|
22
22
|
import '../classes/canvas/AnchorExtension.cjs';
|
|
23
23
|
import '../classes/CanvasEvent.cjs';
|
|
24
24
|
import './EventIdType.cjs';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as CanvasEventNamesType } from './CanvasEventNamesType.js';
|
|
2
2
|
export { ChoiceMenuOptionsType } from './ChoiceMenuOptionsType.js';
|
|
3
3
|
export { Close, CloseType } from './CloseType.js';
|
|
4
|
-
export { i as ContainerChild } from '../ContainerChild-
|
|
4
|
+
export { i as ContainerChild } from '../ContainerChild-B5yD0BI8.js';
|
|
5
5
|
export { default as DialogueType } from './DialogueType.js';
|
|
6
6
|
export { default as HistoryChoiceMenuOption } from './HistoryChoiceMenuOption.js';
|
|
7
7
|
export { InputInfo } from './InputInfo.js';
|
|
@@ -17,8 +17,8 @@ import '../classes/Label.js';
|
|
|
17
17
|
import '../classes/LabelAbstract.js';
|
|
18
18
|
import '../interface/LabelProps.js';
|
|
19
19
|
import 'pixi.js';
|
|
20
|
-
import '../interface/canvas/TextureMemory.js';
|
|
21
20
|
import '../classes/canvas/AdditionalPositions.js';
|
|
21
|
+
import '../interface/canvas/TextureMemory.js';
|
|
22
22
|
import '../classes/canvas/AnchorExtension.js';
|
|
23
23
|
import '../classes/CanvasEvent.js';
|
|
24
24
|
import './EventIdType.js';
|