@drincs/pixi-vn 1.2.25 → 1.3.0
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/{ContainerMemory-Bemxh6ml.d.cts → ContainerMemory-CrY9QSo2.d.cts} +16 -13
- package/dist/{ContainerMemory-BSDt46hh.d.ts → ContainerMemory-DrijxCcD.d.ts} +16 -13
- package/dist/{TickersSequence-_GvVF_1g.d.cts → TickersSequence-Cf1Vcu22.d.cts} +55 -12
- package/dist/{TickersSequence-_GvVF_1g.d.ts → TickersSequence-Cf1Vcu22.d.ts} +55 -12
- package/dist/canvas/index.cjs +144 -142
- package/dist/canvas/index.d.cts +5 -4
- package/dist/canvas/index.d.ts +5 -4
- package/dist/canvas/index.mjs +144 -142
- package/dist/canvas/tickers/index.cjs +145 -143
- package/dist/canvas/tickers/index.d.cts +141 -118
- package/dist/canvas/tickers/index.d.ts +141 -118
- package/dist/canvas/tickers/index.mjs +145 -143
- package/dist/character/index.cjs +41 -40
- package/dist/character/index.d.cts +1 -1
- package/dist/character/index.d.ts +1 -1
- package/dist/character/index.mjs +41 -40
- package/dist/{index-DiDhb7Kl.d.cts → index-Bl9hiHQR.d.cts} +4 -143
- package/dist/{index-DPlLfwK1.d.cts → index-Cax-mGq_.d.cts} +2 -17
- package/dist/{index-BWzZWl0z.d.ts → index-Cvdua0o-.d.ts} +2 -17
- package/dist/{index-BhqocQcj.d.cts → index-Dib5x6-D.d.ts} +138 -73
- package/dist/{index-B7Tn343-.d.ts → index-_rD16ks5.d.ts} +4 -143
- package/dist/{index-Bju40pxd.d.ts → index-jEmIURMn.d.cts} +138 -73
- package/dist/index.cjs +144 -143
- package/dist/index.d.cts +13 -37
- package/dist/index.d.ts +13 -37
- package/dist/index.mjs +144 -143
- package/dist/interfaces/index.d.cts +3 -3
- package/dist/interfaces/index.d.ts +3 -3
- package/dist/narration/index.cjs +55 -54
- package/dist/narration/index.d.cts +1 -1
- package/dist/narration/index.d.ts +1 -1
- package/dist/narration/index.mjs +55 -54
- package/dist/sound/index.cjs +42 -41
- package/dist/sound/index.mjs +42 -41
- package/package.json +4 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { C as ChoiceInterface, I as InputInfo, e as Label, L as LabelAbstract, g as LabelProps, k as LabelSteps, N as NarrationManagerInterface, j as NarrationManagerStatic, R as RegisteredLabels, h as StepLabelProps, a as StepLabelPropsType, i as StepLabelResult, l as StepLabelResultType, S as StepLabelType, b as narration, c as newChoiceOption, d as newCloseChoiceOption, f as newLabel } from '../index-Bl9hiHQR.cjs';
|
|
2
2
|
export { N as NarrationGameState } from '../NarrationGameState-Cu-OYzph.cjs';
|
|
3
3
|
export { a as ChoiceOptionInterface, d as Close, b as CloseChoiceOptionInterface, C as CloseType, D as DialogueInterface, H as HistoryStep, L as LabelRunModeType, O as OpenedLabel, S as StoredChoiceInterface, c as StoredIndexedChoiceInterface } from '../OpenedLabel-Dgkgemkv.cjs';
|
|
4
4
|
export { H as HistoryChoiceMenuOption, N as NarrationHistory } from '../HistoryChoiceMenuOption-unaLLfKR.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { C as ChoiceInterface, I as InputInfo, e as Label, L as LabelAbstract, g as LabelProps, k as LabelSteps, N as NarrationManagerInterface, j as NarrationManagerStatic, R as RegisteredLabels, h as StepLabelProps, a as StepLabelPropsType, i as StepLabelResult, l as StepLabelResultType, S as StepLabelType, b as narration, c as newChoiceOption, d as newCloseChoiceOption, f as newLabel } from '../index-_rD16ks5.js';
|
|
2
2
|
export { N as NarrationGameState } from '../NarrationGameState-CqDh48n_.js';
|
|
3
3
|
export { a as ChoiceOptionInterface, d as Close, b as CloseChoiceOptionInterface, C as CloseType, D as DialogueInterface, H as HistoryStep, L as LabelRunModeType, O as OpenedLabel, S as StoredChoiceInterface, c as StoredIndexedChoiceInterface } from '../OpenedLabel-DxlOwJKw.js';
|
|
4
4
|
export { H as HistoryChoiceMenuOption, N as NarrationHistory } from '../HistoryChoiceMenuOption-Kj_P28ke.js';
|