@drincs/pixi-vn 0.6.5 → 0.6.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/README.md +49 -3
- package/dist/classes/CharacterBaseModel.js +57 -57
- package/dist/classes/CharacterBaseModel.js.map +1 -1
- package/dist/classes/CharacterBaseModel.mjs +57 -57
- package/dist/classes/CharacterBaseModel.mjs.map +1 -1
- package/dist/classes/ChoiceMenuOption.d.mts +5 -2
- package/dist/classes/ChoiceMenuOption.d.ts +5 -2
- package/dist/classes/ChoiceMenuOption.js +42 -25
- package/dist/classes/ChoiceMenuOption.js.map +1 -1
- package/dist/classes/ChoiceMenuOption.mjs +42 -25
- package/dist/classes/ChoiceMenuOption.mjs.map +1 -1
- package/dist/classes/CloseLabel.d.mts +3 -1
- package/dist/classes/CloseLabel.d.ts +3 -1
- package/dist/classes/CloseLabel.js +25 -16
- package/dist/classes/CloseLabel.js.map +1 -1
- package/dist/classes/CloseLabel.mjs +25 -16
- package/dist/classes/CloseLabel.mjs.map +1 -1
- package/dist/classes/Label.d.mts +45 -4
- package/dist/classes/Label.d.ts +45 -4
- package/dist/classes/Label.js +25 -16
- package/dist/classes/Label.js.map +1 -1
- package/dist/classes/Label.mjs +25 -16
- package/dist/classes/Label.mjs.map +1 -1
- package/dist/classes/LabelAbstract.d.mts +50 -0
- package/dist/classes/LabelAbstract.d.ts +50 -0
- package/dist/classes/LabelAbstract.js +100 -0
- package/dist/classes/LabelAbstract.js.map +1 -0
- package/dist/classes/LabelAbstract.mjs +98 -0
- package/dist/classes/LabelAbstract.mjs.map +1 -0
- package/dist/classes/LabelJson.d.mts +30 -0
- package/dist/classes/LabelJson.d.ts +30 -0
- package/dist/classes/LabelJson.js +2766 -0
- package/dist/classes/LabelJson.js.map +1 -0
- package/dist/classes/LabelJson.mjs +2760 -0
- package/dist/classes/LabelJson.mjs.map +1 -0
- package/dist/classes/StoredClassModel.js.map +1 -1
- package/dist/classes/StoredClassModel.mjs.map +1 -1
- package/dist/classes/index.d.mts +6 -1
- package/dist/classes/index.d.ts +6 -1
- package/dist/classes/index.js +827 -26
- package/dist/classes/index.js.map +1 -1
- package/dist/classes/index.mjs +827 -27
- package/dist/classes/index.mjs.map +1 -1
- package/dist/classes/ticker/FadeAlphaTicker.js.map +1 -1
- package/dist/classes/ticker/FadeAlphaTicker.mjs.map +1 -1
- package/dist/classes/ticker/MoveTicker.js.map +1 -1
- package/dist/classes/ticker/MoveTicker.mjs.map +1 -1
- package/dist/classes/ticker/RotateTicker.js.map +1 -1
- package/dist/classes/ticker/RotateTicker.mjs.map +1 -1
- package/dist/classes/ticker/ZoomTicker.js.map +1 -1
- package/dist/classes/ticker/ZoomTicker.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/decorators/LabelDecorator.d.mts +19 -5
- package/dist/decorators/LabelDecorator.d.ts +19 -5
- package/dist/decorators/LabelDecorator.js +29 -16
- package/dist/decorators/LabelDecorator.js.map +1 -1
- package/dist/decorators/LabelDecorator.mjs +29 -17
- package/dist/decorators/LabelDecorator.mjs.map +1 -1
- package/dist/decorators/index.d.mts +10 -2
- package/dist/decorators/index.d.ts +10 -2
- package/dist/decorators/index.js +25 -16
- package/dist/decorators/index.js.map +1 -1
- package/dist/decorators/index.mjs +25 -16
- package/dist/decorators/index.mjs.map +1 -1
- package/dist/functions/DialogueUtility.d.mts +3 -1
- package/dist/functions/DialogueUtility.d.ts +3 -1
- package/dist/functions/DialogueUtility.js +85 -26
- package/dist/functions/DialogueUtility.js.map +1 -1
- package/dist/functions/DialogueUtility.mjs +85 -26
- 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/Importer.d.mts +24 -0
- package/dist/functions/Importer.d.ts +24 -0
- package/dist/functions/Importer.js +2804 -0
- package/dist/functions/Importer.js.map +1 -0
- package/dist/functions/Importer.mjs +2798 -0
- package/dist/functions/Importer.mjs.map +1 -0
- package/dist/functions/SavesUtility.d.mts +3 -1
- package/dist/functions/SavesUtility.d.ts +3 -1
- package/dist/functions/SavesUtility.js +139 -36
- package/dist/functions/SavesUtility.js.map +1 -1
- package/dist/functions/SavesUtility.mjs +139 -36
- package/dist/functions/SavesUtility.mjs.map +1 -1
- package/dist/functions/index.d.mts +6 -1
- package/dist/functions/index.d.ts +6 -1
- package/dist/functions/index.js +169 -27
- package/dist/functions/index.js.map +1 -1
- package/dist/functions/index.mjs +169 -28
- package/dist/functions/index.mjs.map +1 -1
- package/dist/index.d.mts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +131 -36
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +130 -37
- package/dist/index.mjs.map +1 -1
- package/dist/interface/IHistoryStep.d.mts +3 -1
- package/dist/interface/IHistoryStep.d.ts +3 -1
- package/dist/interface/ISaveData.d.mts +3 -1
- package/dist/interface/ISaveData.d.ts +3 -1
- package/dist/interface/LabelProps.d.mts +38 -5
- package/dist/interface/LabelProps.d.ts +38 -5
- package/dist/interface/export/ExportedStep.d.mts +3 -1
- package/dist/interface/export/ExportedStep.d.ts +3 -1
- package/dist/interface/export/index.d.mts +3 -1
- package/dist/interface/export/index.d.ts +3 -1
- package/dist/interface/index.d.mts +6 -4
- package/dist/interface/index.d.ts +6 -4
- package/dist/labels/BaseCanvasElementTestLabel.d.mts +3 -1
- package/dist/labels/BaseCanvasElementTestLabel.d.ts +3 -1
- package/dist/labels/BaseCanvasElementTestLabel.js +129 -26
- package/dist/labels/BaseCanvasElementTestLabel.js.map +1 -1
- package/dist/labels/BaseCanvasElementTestLabel.mjs +130 -27
- package/dist/labels/BaseCanvasElementTestLabel.mjs.map +1 -1
- package/dist/labels/CanvasEventsTestLabel.d.mts +3 -1
- package/dist/labels/CanvasEventsTestLabel.d.ts +3 -1
- package/dist/labels/CanvasEventsTestLabel.js +129 -26
- package/dist/labels/CanvasEventsTestLabel.js.map +1 -1
- package/dist/labels/CanvasEventsTestLabel.mjs +129 -26
- package/dist/labels/CanvasEventsTestLabel.mjs.map +1 -1
- package/dist/labels/CustomTickerCanvasElementTestLabel.d.mts +3 -1
- package/dist/labels/CustomTickerCanvasElementTestLabel.d.ts +3 -1
- package/dist/labels/CustomTickerCanvasElementTestLabel.js +129 -26
- package/dist/labels/CustomTickerCanvasElementTestLabel.js.map +1 -1
- package/dist/labels/CustomTickerCanvasElementTestLabel.mjs +130 -27
- package/dist/labels/CustomTickerCanvasElementTestLabel.mjs.map +1 -1
- package/dist/labels/ImagesAnimationsTestLabel.d.mts +3 -1
- package/dist/labels/ImagesAnimationsTestLabel.d.ts +3 -1
- package/dist/labels/ImagesAnimationsTestLabel.js +46 -35
- package/dist/labels/ImagesAnimationsTestLabel.js.map +1 -1
- package/dist/labels/ImagesAnimationsTestLabel.mjs +47 -36
- package/dist/labels/ImagesAnimationsTestLabel.mjs.map +1 -1
- package/dist/labels/MarkdownTest.d.mts +3 -1
- package/dist/labels/MarkdownTest.d.ts +3 -1
- package/dist/labels/MarkdownTest.js +129 -26
- package/dist/labels/MarkdownTest.js.map +1 -1
- package/dist/labels/MarkdownTest.mjs +129 -26
- package/dist/labels/MarkdownTest.mjs.map +1 -1
- package/dist/labels/StartLabel.d.mts +3 -1
- package/dist/labels/StartLabel.d.ts +3 -1
- package/dist/labels/StartLabel.js +47 -36
- package/dist/labels/StartLabel.js.map +1 -1
- package/dist/labels/StartLabel.mjs +47 -36
- package/dist/labels/StartLabel.mjs.map +1 -1
- package/dist/labels/StepLabelTest.d.mts +3 -1
- package/dist/labels/StepLabelTest.d.ts +3 -1
- package/dist/labels/StepLabelTest.js +129 -26
- package/dist/labels/StepLabelTest.js.map +1 -1
- package/dist/labels/StepLabelTest.mjs +129 -26
- package/dist/labels/StepLabelTest.mjs.map +1 -1
- package/dist/labels/TestConstant.js.map +1 -1
- package/dist/labels/TestConstant.mjs.map +1 -1
- package/dist/labels/index.d.mts +3 -1
- package/dist/labels/index.d.ts +3 -1
- package/dist/labels/index.js +47 -36
- package/dist/labels/index.js.map +1 -1
- package/dist/labels/index.mjs +47 -36
- package/dist/labels/index.mjs.map +1 -1
- package/dist/managers/StepManager.d.mts +5 -3
- package/dist/managers/StepManager.d.ts +5 -3
- package/dist/managers/StepManager.js +138 -35
- package/dist/managers/StepManager.js.map +1 -1
- package/dist/managers/StepManager.mjs +138 -35
- package/dist/managers/StepManager.mjs.map +1 -1
- package/dist/managers/WindowManager.js.map +1 -1
- package/dist/managers/WindowManager.mjs.map +1 -1
- package/dist/managers/index.d.mts +7 -5
- package/dist/managers/index.d.ts +7 -5
- package/dist/managers/index.js +138 -35
- package/dist/managers/index.js.map +1 -1
- package/dist/managers/index.mjs +138 -35
- package/dist/managers/index.mjs.map +1 -1
- package/dist/types/ChoiceMenuOptionsType.d.mts +3 -1
- package/dist/types/ChoiceMenuOptionsType.d.ts +3 -1
- package/dist/types/LabelJsonType.d.mts +22 -0
- package/dist/types/LabelJsonType.d.ts +22 -0
- package/dist/types/LabelJsonType.js +4 -0
- package/dist/types/LabelJsonType.js.map +1 -0
- package/dist/types/LabelJsonType.mjs +3 -0
- package/dist/types/LabelJsonType.mjs.map +1 -0
- package/dist/types/StepLabelJsonType.d.mts +30 -0
- package/dist/types/StepLabelJsonType.d.ts +30 -0
- package/dist/types/StepLabelJsonType.js +4 -0
- package/dist/types/StepLabelJsonType.js.map +1 -0
- package/dist/types/StepLabelJsonType.mjs +3 -0
- package/dist/types/StepLabelJsonType.mjs.map +1 -0
- package/dist/types/index.d.mts +5 -1
- package/dist/types/index.d.ts +5 -1
- package/package.json +3 -2
- package/dist/LabelProps-CFV-zRjG.d.ts +0 -113
- package/dist/LabelProps-CmRpvUJm.d.mts +0 -113
package/dist/index.mjs
CHANGED
|
@@ -73,16 +73,14 @@ function checkIfStepsIsEqual(step1, step2) {
|
|
|
73
73
|
return step1 === step2;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
// src/classes/
|
|
77
|
-
var
|
|
76
|
+
// src/classes/LabelAbstract.ts
|
|
77
|
+
var LabelAbstract = class {
|
|
78
78
|
/**
|
|
79
79
|
* @param id is the id of the label
|
|
80
|
-
* @param steps is the list of steps that the label will perform
|
|
81
80
|
* @param props is the properties of the label
|
|
82
81
|
*/
|
|
83
|
-
constructor(id,
|
|
82
|
+
constructor(id, props) {
|
|
84
83
|
this._id = id;
|
|
85
|
-
this._steps = steps;
|
|
86
84
|
this._onStepStart = props == null ? void 0 : props.onStepStart;
|
|
87
85
|
this._onLoadStep = props == null ? void 0 : props.onLoadStep;
|
|
88
86
|
this._onStepEnd = props == null ? void 0 : props.onStepEnd;
|
|
@@ -94,17 +92,6 @@ var Label = class {
|
|
|
94
92
|
get id() {
|
|
95
93
|
return this._id;
|
|
96
94
|
}
|
|
97
|
-
/**
|
|
98
|
-
* Get the steps of the label.
|
|
99
|
-
* This class should be extended and the steps method should be overridden.
|
|
100
|
-
* Every time you update this list will also be updated when the other game versions load.
|
|
101
|
-
*/
|
|
102
|
-
get steps() {
|
|
103
|
-
if (typeof this._steps === "function") {
|
|
104
|
-
return this._steps();
|
|
105
|
-
}
|
|
106
|
-
return this._steps;
|
|
107
|
-
}
|
|
108
95
|
/**
|
|
109
96
|
* Get the corresponding steps number
|
|
110
97
|
* @param externalSteps
|
|
@@ -155,6 +142,28 @@ var Label = class {
|
|
|
155
142
|
}
|
|
156
143
|
};
|
|
157
144
|
|
|
145
|
+
// src/classes/Label.ts
|
|
146
|
+
var Label = class extends LabelAbstract {
|
|
147
|
+
/**
|
|
148
|
+
* @param id is the id of the label
|
|
149
|
+
* @param steps is the list of steps that the label will perform
|
|
150
|
+
* @param props is the properties of the label
|
|
151
|
+
*/
|
|
152
|
+
constructor(id, steps, props) {
|
|
153
|
+
super(id, props);
|
|
154
|
+
this._steps = steps;
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Get the steps of the label.
|
|
158
|
+
*/
|
|
159
|
+
get steps() {
|
|
160
|
+
if (typeof this._steps === "function") {
|
|
161
|
+
return this._steps();
|
|
162
|
+
}
|
|
163
|
+
return this._steps;
|
|
164
|
+
}
|
|
165
|
+
};
|
|
166
|
+
|
|
158
167
|
// src/classes/CloseLabel.ts
|
|
159
168
|
var CLOSE_LABEL_ID = "__close-label-id__";
|
|
160
169
|
function newCloseLabel(choiseIndex) {
|
|
@@ -181,6 +190,9 @@ function getLabelById(id) {
|
|
|
181
190
|
}
|
|
182
191
|
return label;
|
|
183
192
|
}
|
|
193
|
+
function saveLabel(label) {
|
|
194
|
+
registeredLabels[label.id] = label;
|
|
195
|
+
}
|
|
184
196
|
var CanvasBase = class extends Container {
|
|
185
197
|
constructor() {
|
|
186
198
|
super(...arguments);
|
|
@@ -802,21 +814,29 @@ var ChoiceMenuOption = class {
|
|
|
802
814
|
* ```
|
|
803
815
|
*/
|
|
804
816
|
this.props = {};
|
|
805
|
-
if (typeof label === "string") {
|
|
806
|
-
let tLabel = getLabelById(label);
|
|
807
|
-
if (!tLabel) {
|
|
808
|
-
throw new Error(`[Pixi'VN] Label ${label} not found`);
|
|
809
|
-
} else {
|
|
810
|
-
label = tLabel;
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
817
|
this.text = text;
|
|
814
|
-
this.
|
|
818
|
+
this._label = label;
|
|
815
819
|
this.type = type;
|
|
816
820
|
if (props) {
|
|
817
821
|
this.props = props;
|
|
818
822
|
}
|
|
819
823
|
}
|
|
824
|
+
/**
|
|
825
|
+
* Label to be opened when the option is selected
|
|
826
|
+
*/
|
|
827
|
+
get label() {
|
|
828
|
+
let label = this._label;
|
|
829
|
+
if (typeof label === "string") {
|
|
830
|
+
let res = getLabelById(label);
|
|
831
|
+
if (res) {
|
|
832
|
+
label = res;
|
|
833
|
+
} else {
|
|
834
|
+
console.error(`Label ${label} not found, so it will be closed`);
|
|
835
|
+
label = newCloseLabel();
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
return label;
|
|
839
|
+
}
|
|
820
840
|
};
|
|
821
841
|
var ChoiceMenuOptionClose = class {
|
|
822
842
|
/**
|
|
@@ -914,13 +934,9 @@ function getChoiceMenuOptions() {
|
|
|
914
934
|
d.forEach((option, index) => {
|
|
915
935
|
if (option.type === Close) {
|
|
916
936
|
let itemLabel = newCloseLabel(index);
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
type: Close,
|
|
921
|
-
closeCurrentLabel: option.closeCurrentLabel,
|
|
922
|
-
props: {}
|
|
923
|
-
});
|
|
937
|
+
let choice = new ChoiceMenuOptionClose(option.text, option.closeCurrentLabel);
|
|
938
|
+
choice.label = itemLabel;
|
|
939
|
+
options.push(choice);
|
|
924
940
|
return;
|
|
925
941
|
}
|
|
926
942
|
let label = getLabelById(option.label);
|
|
@@ -929,9 +945,7 @@ function getChoiceMenuOptions() {
|
|
|
929
945
|
onStepStart: label.onStepStart,
|
|
930
946
|
choiseIndex: index
|
|
931
947
|
});
|
|
932
|
-
options.push(
|
|
933
|
-
label: itemLabel
|
|
934
|
-
}));
|
|
948
|
+
options.push(new ChoiceMenuOption(option.text, itemLabel, option.props, option.type));
|
|
935
949
|
}
|
|
936
950
|
});
|
|
937
951
|
return options;
|
|
@@ -1335,7 +1349,7 @@ var ZoomInOutTicker = class extends ZoomTicker {
|
|
|
1335
1349
|
};
|
|
1336
1350
|
|
|
1337
1351
|
// src/constants.ts
|
|
1338
|
-
var PIXIVN_VERSION = "0.6.
|
|
1352
|
+
var PIXIVN_VERSION = "0.6.7";
|
|
1339
1353
|
var Repeat = "repeat";
|
|
1340
1354
|
function Pause(duration) {
|
|
1341
1355
|
return {
|
|
@@ -1600,6 +1614,37 @@ function zoomOut(tag, props = { direction: "right" }, priority) {
|
|
|
1600
1614
|
GameWindowManager.addTicker(tag, effect);
|
|
1601
1615
|
}
|
|
1602
1616
|
|
|
1617
|
+
// src/functions/Importer.ts
|
|
1618
|
+
function importPixiVNJson(data) {
|
|
1619
|
+
if (Array.isArray(data)) {
|
|
1620
|
+
data.forEach((label) => {
|
|
1621
|
+
importPixiVNJson(label);
|
|
1622
|
+
});
|
|
1623
|
+
return;
|
|
1624
|
+
}
|
|
1625
|
+
try {
|
|
1626
|
+
if (typeof data === "string") {
|
|
1627
|
+
data = JSON.parse(data);
|
|
1628
|
+
}
|
|
1629
|
+
} catch (e) {
|
|
1630
|
+
console.error("[Pixi'VN] Error parsing imported Pixi'VN JSON", e);
|
|
1631
|
+
return;
|
|
1632
|
+
}
|
|
1633
|
+
if (typeof data !== "object") {
|
|
1634
|
+
console.error("[Pixi'VN] Error parsing imported Pixi'VN JSON: data is not an object");
|
|
1635
|
+
return;
|
|
1636
|
+
}
|
|
1637
|
+
for (const labelId in data) {
|
|
1638
|
+
try {
|
|
1639
|
+
const steps = data[labelId];
|
|
1640
|
+
let label = new LabelJson2(labelId, steps);
|
|
1641
|
+
saveLabel(label);
|
|
1642
|
+
} catch (e) {
|
|
1643
|
+
console.error(`[Pixi'VN] Error creating JSON label ${labelId}`, e);
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1603
1648
|
// src/functions/SavesUtility.ts
|
|
1604
1649
|
function getSaveData() {
|
|
1605
1650
|
return {
|
|
@@ -3279,6 +3324,54 @@ var DialogueBaseModel = class {
|
|
|
3279
3324
|
}
|
|
3280
3325
|
};
|
|
3281
3326
|
|
|
3327
|
+
// src/classes/LabelJson.ts
|
|
3328
|
+
var LabelJson2 = class extends LabelAbstract {
|
|
3329
|
+
/**
|
|
3330
|
+
* @param id is the id of the label
|
|
3331
|
+
* @param steps is the list of steps that the label will perform
|
|
3332
|
+
* @param props is the properties of the label
|
|
3333
|
+
*/
|
|
3334
|
+
constructor(id, steps, props) {
|
|
3335
|
+
super(id, props);
|
|
3336
|
+
this._steps = steps;
|
|
3337
|
+
}
|
|
3338
|
+
/**
|
|
3339
|
+
* Get the steps of the label.
|
|
3340
|
+
*/
|
|
3341
|
+
get steps() {
|
|
3342
|
+
if (typeof this._steps === "function") {
|
|
3343
|
+
return this._steps().map(this.stepConverter);
|
|
3344
|
+
}
|
|
3345
|
+
return this._steps.map(this.stepConverter);
|
|
3346
|
+
}
|
|
3347
|
+
stepConverter(step) {
|
|
3348
|
+
return (props) => {
|
|
3349
|
+
if (step.currentChoiceMenuOptions) {
|
|
3350
|
+
setChoiceMenuOptions(step.currentChoiceMenuOptions);
|
|
3351
|
+
} else {
|
|
3352
|
+
clearChoiceMenuOptions();
|
|
3353
|
+
}
|
|
3354
|
+
if (step.dialog) {
|
|
3355
|
+
setDialogue(step.dialog);
|
|
3356
|
+
} else {
|
|
3357
|
+
clearDialogue();
|
|
3358
|
+
}
|
|
3359
|
+
if (step.labelToOpen) {
|
|
3360
|
+
if (step.labelToOpen.type === "jump") {
|
|
3361
|
+
GameStepManager.jumpLabel(step.labelToOpen.labelId, props);
|
|
3362
|
+
} else {
|
|
3363
|
+
GameStepManager.callLabel(step.labelToOpen.labelId, props);
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3366
|
+
if (step.end === "game_end") {
|
|
3367
|
+
console.warn("[Pixi'VN] Game end not implemented");
|
|
3368
|
+
} else if (step.end === "label_end") {
|
|
3369
|
+
GameStepManager.closeCurrentLabel();
|
|
3370
|
+
}
|
|
3371
|
+
};
|
|
3372
|
+
}
|
|
3373
|
+
};
|
|
3374
|
+
|
|
3282
3375
|
// src/labels/TestConstant.ts
|
|
3283
3376
|
var juliette = new CharacterBaseModel2("___pixivn_juliette___", {
|
|
3284
3377
|
name: "Juliette",
|
|
@@ -4105,6 +4198,6 @@ var pixivnTestStartLabel2 = newLabel(
|
|
|
4105
4198
|
]
|
|
4106
4199
|
);
|
|
4107
4200
|
|
|
4108
|
-
export { CanvasBase, CanvasContainer, CanvasEvent, CanvasImage, CanvasSprite, CanvasText, CharacterBaseModel2 as CharacterBaseModel, ChoiceMenuOption, ChoiceMenuOptionClose, Close, DialogueBaseModel, FadeAlphaTicker, GameStepManager, GameStorageManager, GameWindowManager, Label, MoveTicker, Pause, Repeat, RotateTicker, StoredClassModel, TickerBase, ZoomTicker, addImage, canvasElementDecorator, clearAllGameDatas, clearChoiceMenuOptions, clearDialogue, eventDecorator, getAllCharacters, getCharacterById, getChoiceMenuOptions, getDialogue, getDialogueHistory, getFlag, getLabelById, getSaveData, getSaveJson, getTexture, juliette, loadImage, loadSaveData, loadSaveJson, moveIn, moveOut, newLabel, pixivnTestStartLabel, removeCanvasElement, removeWithDissolveTransition, removeWithFadeTransition, saveCharacter, setChoiceMenuOptions, setDialogue, setFlag, showImage, showWithDissolveTransition, showWithFadeTransition, tickerDecorator, zoomIn, zoomOut };
|
|
4201
|
+
export { CanvasBase, CanvasContainer, CanvasEvent, CanvasImage, CanvasSprite, CanvasText, CharacterBaseModel2 as CharacterBaseModel, ChoiceMenuOption, ChoiceMenuOptionClose, Close, DialogueBaseModel, FadeAlphaTicker, GameStepManager, GameStorageManager, GameWindowManager, Label, LabelJson2 as LabelJson, MoveTicker, Pause, Repeat, RotateTicker, StoredClassModel, TickerBase, ZoomTicker, addImage, canvasElementDecorator, clearAllGameDatas, clearChoiceMenuOptions, clearDialogue, eventDecorator, getAllCharacters, getCharacterById, getChoiceMenuOptions, getDialogue, getDialogueHistory, getFlag, getLabelById, getSaveData, getSaveJson, getTexture, importPixiVNJson, juliette, loadImage, loadSaveData, loadSaveJson, moveIn, moveOut, newLabel, pixivnTestStartLabel, removeCanvasElement, removeWithDissolveTransition, removeWithFadeTransition, saveCharacter, setChoiceMenuOptions, setDialogue, setFlag, showImage, showWithDissolveTransition, showWithFadeTransition, tickerDecorator, zoomIn, zoomOut };
|
|
4109
4202
|
//# sourceMappingURL=index.mjs.map
|
|
4110
4203
|
//# sourceMappingURL=index.mjs.map
|