@drincs/pixi-vn 0.6.1 → 0.6.2
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/{TickerBase-BAUiHet_.d.ts → TickerBase-3rLpDpmb.d.ts} +9 -0
- package/dist/{TickerBase-BctFf13y.d.mts → TickerBase-DKYzbzro.d.mts} +9 -0
- package/dist/classes/CanvasEvent.d.mts +6 -0
- package/dist/classes/CanvasEvent.d.ts +6 -0
- package/dist/classes/CanvasEvent.js +7 -0
- package/dist/classes/CanvasEvent.js.map +1 -1
- package/dist/classes/CanvasEvent.mjs +7 -0
- package/dist/classes/CanvasEvent.mjs.map +1 -1
- package/dist/classes/CharacterBaseModel.js +93 -65
- package/dist/classes/CharacterBaseModel.js.map +1 -1
- package/dist/classes/CharacterBaseModel.mjs +93 -65
- package/dist/classes/CharacterBaseModel.mjs.map +1 -1
- package/dist/classes/ChoiceMenuOption.js +94 -66
- package/dist/classes/ChoiceMenuOption.js.map +1 -1
- package/dist/classes/ChoiceMenuOption.mjs +94 -66
- package/dist/classes/ChoiceMenuOption.mjs.map +1 -1
- package/dist/classes/CloseLabel.js +1 -1
- package/dist/classes/CloseLabel.js.map +1 -1
- package/dist/classes/CloseLabel.mjs +1 -1
- package/dist/classes/CloseLabel.mjs.map +1 -1
- package/dist/classes/DialogueBaseModel.d.mts +2 -2
- package/dist/classes/DialogueBaseModel.d.ts +2 -2
- package/dist/classes/DialogueBaseModel.js +5 -5
- package/dist/classes/DialogueBaseModel.js.map +1 -1
- package/dist/classes/DialogueBaseModel.mjs +5 -5
- package/dist/classes/DialogueBaseModel.mjs.map +1 -1
- package/dist/classes/Label.d.mts +1 -1
- package/dist/classes/Label.d.ts +1 -1
- package/dist/classes/Label.js +1 -1
- package/dist/classes/Label.js.map +1 -1
- package/dist/classes/Label.mjs +1 -1
- package/dist/classes/Label.mjs.map +1 -1
- package/dist/classes/StoredClassModel.js +93 -65
- package/dist/classes/StoredClassModel.js.map +1 -1
- package/dist/classes/StoredClassModel.mjs +93 -65
- package/dist/classes/StoredClassModel.mjs.map +1 -1
- package/dist/classes/canvas/CanvasBase.d.mts +5 -1
- package/dist/classes/canvas/CanvasBase.d.ts +5 -1
- package/dist/classes/canvas/CanvasBase.js +7 -0
- package/dist/classes/canvas/CanvasBase.js.map +1 -1
- package/dist/classes/canvas/CanvasBase.mjs +7 -0
- package/dist/classes/canvas/CanvasBase.mjs.map +1 -1
- package/dist/classes/canvas/CanvasContainer.d.mts +4 -1
- package/dist/classes/canvas/CanvasContainer.d.ts +4 -1
- package/dist/classes/canvas/CanvasContainer.js +57 -37
- package/dist/classes/canvas/CanvasContainer.js.map +1 -1
- package/dist/classes/canvas/CanvasContainer.mjs +57 -38
- package/dist/classes/canvas/CanvasContainer.mjs.map +1 -1
- package/dist/classes/canvas/CanvasImage.d.mts +4 -2
- package/dist/classes/canvas/CanvasImage.d.ts +4 -2
- package/dist/classes/canvas/CanvasImage.js +33 -20
- package/dist/classes/canvas/CanvasImage.js.map +1 -1
- package/dist/classes/canvas/CanvasImage.mjs +30 -20
- package/dist/classes/canvas/CanvasImage.mjs.map +1 -1
- package/dist/classes/canvas/CanvasSprite.d.mts +5 -2
- package/dist/classes/canvas/CanvasSprite.d.ts +5 -2
- package/dist/classes/canvas/CanvasSprite.js +25 -17
- package/dist/classes/canvas/CanvasSprite.js.map +1 -1
- package/dist/classes/canvas/CanvasSprite.mjs +25 -18
- package/dist/classes/canvas/CanvasSprite.mjs.map +1 -1
- package/dist/classes/canvas/CanvasText.d.mts +6 -3
- package/dist/classes/canvas/CanvasText.d.ts +6 -3
- package/dist/classes/canvas/CanvasText.js +25 -17
- package/dist/classes/canvas/CanvasText.js.map +1 -1
- package/dist/classes/canvas/CanvasText.mjs +25 -18
- package/dist/classes/canvas/CanvasText.mjs.map +1 -1
- package/dist/classes/canvas/index.js +184 -158
- package/dist/classes/canvas/index.js.map +1 -1
- package/dist/classes/canvas/index.mjs +184 -158
- package/dist/classes/canvas/index.mjs.map +1 -1
- package/dist/classes/index.d.mts +1 -0
- package/dist/classes/index.d.ts +1 -0
- package/dist/classes/index.js +106 -71
- package/dist/classes/index.js.map +1 -1
- package/dist/classes/index.mjs +106 -71
- package/dist/classes/index.mjs.map +1 -1
- package/dist/classes/ticker/FadeAlphaTicker.d.mts +2 -1
- package/dist/classes/ticker/FadeAlphaTicker.d.ts +2 -1
- package/dist/classes/ticker/FadeAlphaTicker.js +93 -65
- package/dist/classes/ticker/FadeAlphaTicker.js.map +1 -1
- package/dist/classes/ticker/FadeAlphaTicker.mjs +93 -65
- package/dist/classes/ticker/FadeAlphaTicker.mjs.map +1 -1
- package/dist/classes/ticker/MoveTicker.d.mts +2 -1
- package/dist/classes/ticker/MoveTicker.d.ts +2 -1
- package/dist/classes/ticker/MoveTicker.js +93 -65
- package/dist/classes/ticker/MoveTicker.js.map +1 -1
- package/dist/classes/ticker/MoveTicker.mjs +93 -65
- package/dist/classes/ticker/MoveTicker.mjs.map +1 -1
- package/dist/classes/ticker/RotateTicker.d.mts +2 -1
- package/dist/classes/ticker/RotateTicker.d.ts +2 -1
- package/dist/classes/ticker/RotateTicker.js +93 -65
- package/dist/classes/ticker/RotateTicker.js.map +1 -1
- package/dist/classes/ticker/RotateTicker.mjs +93 -65
- package/dist/classes/ticker/RotateTicker.mjs.map +1 -1
- package/dist/classes/ticker/TickerBase.d.mts +2 -1
- package/dist/classes/ticker/TickerBase.d.ts +2 -1
- package/dist/classes/ticker/TickerBase.js +5 -0
- package/dist/classes/ticker/TickerBase.js.map +1 -1
- package/dist/classes/ticker/TickerBase.mjs +5 -0
- package/dist/classes/ticker/TickerBase.mjs.map +1 -1
- package/dist/classes/ticker/ZoomTicker.d.mts +9 -3
- package/dist/classes/ticker/ZoomTicker.d.ts +9 -3
- package/dist/classes/ticker/ZoomTicker.js +108 -66
- package/dist/classes/ticker/ZoomTicker.js.map +1 -1
- package/dist/classes/ticker/ZoomTicker.mjs +106 -66
- package/dist/classes/ticker/ZoomTicker.mjs.map +1 -1
- package/dist/classes/ticker/index.d.mts +2 -1
- package/dist/classes/ticker/index.d.ts +2 -1
- package/dist/classes/ticker/index.js +230 -202
- package/dist/classes/ticker/index.js.map +1 -1
- package/dist/classes/ticker/index.mjs +230 -202
- 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/CanvasElementDecorator.d.mts +3 -3
- package/dist/decorators/CanvasElementDecorator.d.ts +3 -3
- package/dist/decorators/CanvasElementDecorator.js +63 -43
- package/dist/decorators/CanvasElementDecorator.js.map +1 -1
- package/dist/decorators/CanvasElementDecorator.mjs +62 -42
- package/dist/decorators/CanvasElementDecorator.mjs.map +1 -1
- package/dist/decorators/EventDecorator.d.mts +7 -7
- package/dist/decorators/EventDecorator.d.ts +7 -7
- package/dist/decorators/EventDecorator.js +11 -10
- package/dist/decorators/EventDecorator.js.map +1 -1
- package/dist/decorators/EventDecorator.mjs +10 -9
- package/dist/decorators/EventDecorator.mjs.map +1 -1
- package/dist/decorators/LabelDecorator.js +94 -66
- package/dist/decorators/LabelDecorator.js.map +1 -1
- package/dist/decorators/LabelDecorator.mjs +94 -66
- package/dist/decorators/LabelDecorator.mjs.map +1 -1
- package/dist/decorators/TickerDecorator.d.mts +5 -5
- package/dist/decorators/TickerDecorator.d.ts +5 -5
- package/dist/decorators/TickerDecorator.js +6 -5
- package/dist/decorators/TickerDecorator.js.map +1 -1
- package/dist/decorators/TickerDecorator.mjs +6 -5
- package/dist/decorators/TickerDecorator.mjs.map +1 -1
- package/dist/decorators/index.d.mts +1 -1
- package/dist/decorators/index.d.ts +1 -1
- package/dist/decorators/index.js +96 -66
- package/dist/decorators/index.js.map +1 -1
- package/dist/decorators/index.mjs +96 -66
- package/dist/decorators/index.mjs.map +1 -1
- package/dist/functions/CanvasUtility.js +56 -37
- package/dist/functions/CanvasUtility.js.map +1 -1
- package/dist/functions/CanvasUtility.mjs +56 -37
- package/dist/functions/CanvasUtility.mjs.map +1 -1
- package/dist/functions/DialogueUtility.d.mts +1 -1
- package/dist/functions/DialogueUtility.d.ts +1 -1
- package/dist/functions/DialogueUtility.js +240 -201
- package/dist/functions/DialogueUtility.js.map +1 -1
- package/dist/functions/DialogueUtility.mjs +240 -201
- package/dist/functions/DialogueUtility.mjs.map +1 -1
- package/dist/functions/FlagsUtility.js +93 -65
- package/dist/functions/FlagsUtility.js.map +1 -1
- package/dist/functions/FlagsUtility.mjs +93 -65
- package/dist/functions/FlagsUtility.mjs.map +1 -1
- package/dist/functions/GameUtility.js +93 -65
- package/dist/functions/GameUtility.js.map +1 -1
- package/dist/functions/GameUtility.mjs +93 -65
- package/dist/functions/GameUtility.mjs.map +1 -1
- package/dist/functions/ImageUtility.d.mts +35 -2
- package/dist/functions/ImageUtility.d.ts +35 -2
- package/dist/functions/ImageUtility.js +371 -186
- package/dist/functions/ImageUtility.js.map +1 -1
- package/dist/functions/ImageUtility.mjs +368 -187
- package/dist/functions/ImageUtility.mjs.map +1 -1
- package/dist/functions/SavesUtility.d.mts +2 -2
- package/dist/functions/SavesUtility.d.ts +2 -2
- package/dist/functions/SavesUtility.js +141 -71
- package/dist/functions/SavesUtility.js.map +1 -1
- package/dist/functions/SavesUtility.mjs +141 -71
- package/dist/functions/SavesUtility.mjs.map +1 -1
- package/dist/functions/index.d.mts +6 -3
- package/dist/functions/index.d.ts +6 -3
- package/dist/functions/index.js +277 -81
- package/dist/functions/index.js.map +1 -1
- package/dist/functions/index.mjs +275 -83
- package/dist/functions/index.mjs.map +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +644 -153
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +642 -155
- package/dist/index.mjs.map +1 -1
- package/dist/interface/IHistoryStep.d.mts +2 -2
- package/dist/interface/IHistoryStep.d.ts +2 -2
- package/dist/interface/ISaveData.d.mts +2 -2
- package/dist/interface/ISaveData.d.ts +2 -2
- package/dist/interface/ITicker.d.mts +2 -1
- package/dist/interface/ITicker.d.ts +2 -1
- package/dist/interface/ITickersSteps.d.mts +12 -3
- package/dist/interface/ITickersSteps.d.ts +12 -3
- package/dist/interface/TickerHistory.d.mts +3 -3
- package/dist/interface/TickerHistory.d.ts +3 -3
- package/dist/interface/canvas/ICanvasBaseMemory.d.mts +1 -1
- package/dist/interface/canvas/ICanvasBaseMemory.d.ts +1 -1
- package/dist/interface/canvas/ICanvasImageMemory.d.mts +2 -2
- package/dist/interface/canvas/ICanvasImageMemory.d.ts +2 -2
- package/dist/interface/canvas/ICanvasSpriteMemory.d.mts +1 -2
- package/dist/interface/canvas/ICanvasSpriteMemory.d.ts +1 -2
- package/dist/interface/canvas/ICanvasTextTextMemory.d.mts +1 -2
- package/dist/interface/canvas/ICanvasTextTextMemory.d.ts +1 -2
- package/dist/interface/export/ExportedCanvas.d.mts +2 -2
- package/dist/interface/export/ExportedCanvas.d.ts +2 -2
- package/dist/interface/export/ExportedStep.d.mts +2 -2
- package/dist/interface/export/ExportedStep.d.ts +2 -2
- package/dist/interface/export/index.d.mts +2 -2
- package/dist/interface/export/index.d.ts +2 -2
- package/dist/interface/index.d.mts +2 -2
- package/dist/interface/index.d.ts +2 -2
- package/dist/labels/BaseCanvasElementTestLabel.js +400 -372
- package/dist/labels/BaseCanvasElementTestLabel.js.map +1 -1
- package/dist/labels/BaseCanvasElementTestLabel.mjs +401 -373
- package/dist/labels/BaseCanvasElementTestLabel.mjs.map +1 -1
- package/dist/labels/{EventsTestLabel.d.mts → CanvasEventsTestLabel.d.mts} +4 -7
- package/dist/labels/{EventsTestLabel.d.ts → CanvasEventsTestLabel.d.ts} +4 -7
- package/dist/labels/{EventsTestLabel.js → CanvasEventsTestLabel.js} +320 -98
- package/dist/labels/CanvasEventsTestLabel.js.map +1 -0
- package/dist/labels/{EventsTestLabel.mjs → CanvasEventsTestLabel.mjs} +320 -98
- package/dist/labels/CanvasEventsTestLabel.mjs.map +1 -0
- package/dist/labels/{TintingTestLabel.d.mts → CustomTickerCanvasElementTestLabel.d.mts} +5 -4
- package/dist/labels/{TintingTestLabel.d.ts → CustomTickerCanvasElementTestLabel.d.ts} +5 -4
- package/dist/labels/CustomTickerCanvasElementTestLabel.js +2792 -0
- package/dist/labels/CustomTickerCanvasElementTestLabel.js.map +1 -0
- package/dist/labels/CustomTickerCanvasElementTestLabel.mjs +2786 -0
- package/dist/labels/CustomTickerCanvasElementTestLabel.mjs.map +1 -0
- package/dist/labels/{ShowImageTest.js → ImagesAnimationsTestLabel.js} +373 -82
- package/dist/labels/ImagesAnimationsTestLabel.js.map +1 -0
- package/dist/labels/{ShowImageTest.mjs → ImagesAnimationsTestLabel.mjs} +373 -82
- package/dist/labels/ImagesAnimationsTestLabel.mjs.map +1 -0
- package/dist/labels/MarkdownTest.js +150 -80
- package/dist/labels/MarkdownTest.js.map +1 -1
- package/dist/labels/MarkdownTest.mjs +150 -80
- package/dist/labels/MarkdownTest.mjs.map +1 -1
- package/dist/labels/StartLabel.js +689 -152
- package/dist/labels/StartLabel.js.map +1 -1
- package/dist/labels/StartLabel.mjs +690 -153
- package/dist/labels/StartLabel.mjs.map +1 -1
- package/dist/labels/TestConstant.d.mts +3 -1
- package/dist/labels/TestConstant.d.ts +3 -1
- package/dist/labels/TestConstant.js +97 -65
- package/dist/labels/TestConstant.js.map +1 -1
- package/dist/labels/TestConstant.mjs +96 -66
- package/dist/labels/TestConstant.mjs.map +1 -1
- package/dist/labels/TickerTestLabel.js +472 -402
- package/dist/labels/TickerTestLabel.js.map +1 -1
- package/dist/labels/TickerTestLabel.mjs +473 -403
- package/dist/labels/TickerTestLabel.mjs.map +1 -1
- package/dist/labels/index.js +689 -152
- package/dist/labels/index.js.map +1 -1
- package/dist/labels/index.mjs +690 -153
- package/dist/labels/index.mjs.map +1 -1
- package/dist/managers/StepManager.d.mts +5 -4
- package/dist/managers/StepManager.d.ts +5 -4
- package/dist/managers/StepManager.js +140 -70
- package/dist/managers/StepManager.js.map +1 -1
- package/dist/managers/StepManager.mjs +140 -70
- package/dist/managers/StepManager.mjs.map +1 -1
- package/dist/managers/WindowManager.d.mts +1 -1
- package/dist/managers/WindowManager.d.ts +1 -1
- package/dist/managers/WindowManager.js +84 -60
- package/dist/managers/WindowManager.js.map +1 -1
- package/dist/managers/WindowManager.mjs +84 -60
- package/dist/managers/WindowManager.mjs.map +1 -1
- package/dist/managers/index.d.mts +2 -2
- package/dist/managers/index.d.ts +2 -2
- package/dist/managers/index.js +140 -70
- package/dist/managers/index.js.map +1 -1
- package/dist/managers/index.mjs +140 -70
- package/dist/managers/index.mjs.map +1 -1
- package/dist/types/ticker/MoveTickerProps.d.mts +1 -1
- package/dist/types/ticker/MoveTickerProps.d.ts +1 -1
- package/dist/types/ticker/RotateTickerProps.d.mts +1 -1
- package/dist/types/ticker/RotateTickerProps.d.ts +1 -1
- package/package.json +1 -1
- package/dist/labels/EventsTestLabel.js.map +0 -1
- package/dist/labels/EventsTestLabel.mjs.map +0 -1
- package/dist/labels/ShowImageTest.js.map +0 -1
- package/dist/labels/ShowImageTest.mjs.map +0 -1
- package/dist/labels/TintingTestLabel.js +0 -1786
- package/dist/labels/TintingTestLabel.js.map +0 -1
- package/dist/labels/TintingTestLabel.mjs +0 -1780
- package/dist/labels/TintingTestLabel.mjs.map +0 -1
- /package/dist/labels/{ShowImageTest.d.mts → ImagesAnimationsTestLabel.d.mts} +0 -0
- /package/dist/labels/{ShowImageTest.d.ts → ImagesAnimationsTestLabel.d.ts} +0 -0
|
@@ -14,12 +14,12 @@ import '../types/CloseType.mjs';
|
|
|
14
14
|
import '../types/LabelRunModeType.mjs';
|
|
15
15
|
import './canvas/ICanvasBaseMemory.mjs';
|
|
16
16
|
import './ITickersSteps.mjs';
|
|
17
|
-
import '../TickerBase-BctFf13y.mjs';
|
|
18
17
|
import 'pixi.js';
|
|
18
|
+
import '../TickerBase-DKYzbzro.mjs';
|
|
19
|
+
import '../types/TickerIdType.mjs';
|
|
19
20
|
import '../types/PauseType.mjs';
|
|
20
21
|
import '../types/RepeatType.mjs';
|
|
21
22
|
import './TickerHistory.mjs';
|
|
22
|
-
import '../types/TickerIdType.mjs';
|
|
23
23
|
import '../classes/CharacterBaseModel.mjs';
|
|
24
24
|
import './CharacterBaseModelProps.mjs';
|
|
25
25
|
import '../classes/StoredClassModel.mjs';
|
|
@@ -14,12 +14,12 @@ import '../types/CloseType.js';
|
|
|
14
14
|
import '../types/LabelRunModeType.js';
|
|
15
15
|
import './canvas/ICanvasBaseMemory.js';
|
|
16
16
|
import './ITickersSteps.js';
|
|
17
|
-
import '../TickerBase-BAUiHet_.js';
|
|
18
17
|
import 'pixi.js';
|
|
18
|
+
import '../TickerBase-3rLpDpmb.js';
|
|
19
|
+
import '../types/TickerIdType.js';
|
|
19
20
|
import '../types/PauseType.js';
|
|
20
21
|
import '../types/RepeatType.js';
|
|
21
22
|
import './TickerHistory.js';
|
|
22
|
-
import '../types/TickerIdType.js';
|
|
23
23
|
import '../classes/CharacterBaseModel.js';
|
|
24
24
|
import './CharacterBaseModelProps.js';
|
|
25
25
|
import '../classes/StoredClassModel.js';
|
|
@@ -3,13 +3,13 @@ import ExportedStep from './export/ExportedStep.mjs';
|
|
|
3
3
|
import ExportedStorage from './export/ExportedStorage.mjs';
|
|
4
4
|
import './canvas/ICanvasBaseMemory.mjs';
|
|
5
5
|
import './ITickersSteps.mjs';
|
|
6
|
-
import '../TickerBase-BctFf13y.mjs';
|
|
7
6
|
import 'pixi.js';
|
|
7
|
+
import '../TickerBase-DKYzbzro.mjs';
|
|
8
8
|
import '../types/StorageElementType.mjs';
|
|
9
|
+
import '../types/TickerIdType.mjs';
|
|
9
10
|
import '../types/PauseType.mjs';
|
|
10
11
|
import '../types/RepeatType.mjs';
|
|
11
12
|
import './TickerHistory.mjs';
|
|
12
|
-
import '../types/TickerIdType.mjs';
|
|
13
13
|
import './IHistoryStep.mjs';
|
|
14
14
|
import 'deep-diff';
|
|
15
15
|
import '../classes/ChoiceMenuOption.mjs';
|
|
@@ -3,13 +3,13 @@ import ExportedStep from './export/ExportedStep.js';
|
|
|
3
3
|
import ExportedStorage from './export/ExportedStorage.js';
|
|
4
4
|
import './canvas/ICanvasBaseMemory.js';
|
|
5
5
|
import './ITickersSteps.js';
|
|
6
|
-
import '../TickerBase-BAUiHet_.js';
|
|
7
6
|
import 'pixi.js';
|
|
7
|
+
import '../TickerBase-3rLpDpmb.js';
|
|
8
8
|
import '../types/StorageElementType.js';
|
|
9
|
+
import '../types/TickerIdType.js';
|
|
9
10
|
import '../types/PauseType.js';
|
|
10
11
|
import '../types/RepeatType.js';
|
|
11
12
|
import './TickerHistory.js';
|
|
12
|
-
import '../types/TickerIdType.js';
|
|
13
13
|
import './IHistoryStep.js';
|
|
14
14
|
import 'deep-diff';
|
|
15
15
|
import '../classes/ChoiceMenuOption.js';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { UPDATE_PRIORITY } from 'pixi.js';
|
|
2
|
+
import { a as TickerArgsType } from '../TickerBase-DKYzbzro.mjs';
|
|
2
3
|
import { PauseType } from '../types/PauseType.mjs';
|
|
3
4
|
import { RepeatType } from '../types/RepeatType.mjs';
|
|
4
|
-
import 'pixi.js';
|
|
5
5
|
import '../types/StorageElementType.mjs';
|
|
6
|
+
import '../types/TickerIdType.mjs';
|
|
6
7
|
|
|
7
|
-
interface ITickersStep<TArgs extends TickerArgsType>
|
|
8
|
+
interface ITickersStep<TArgs extends TickerArgsType> {
|
|
8
9
|
/**
|
|
9
10
|
* Ticker class name
|
|
10
11
|
*/
|
|
@@ -13,6 +14,14 @@ interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
|
|
|
13
14
|
* Duration in seconds. If is undefined, the step will end only when the animation is finished.
|
|
14
15
|
*/
|
|
15
16
|
duration?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Arguments to pass to the ticker
|
|
19
|
+
*/
|
|
20
|
+
args: TArgs;
|
|
21
|
+
/**
|
|
22
|
+
* Priority of the ticker
|
|
23
|
+
*/
|
|
24
|
+
priority?: UPDATE_PRIORITY;
|
|
16
25
|
}
|
|
17
26
|
/**
|
|
18
27
|
* The steps of the tickers
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { UPDATE_PRIORITY } from 'pixi.js';
|
|
2
|
+
import { a as TickerArgsType } from '../TickerBase-3rLpDpmb.js';
|
|
2
3
|
import { PauseType } from '../types/PauseType.js';
|
|
3
4
|
import { RepeatType } from '../types/RepeatType.js';
|
|
4
|
-
import 'pixi.js';
|
|
5
5
|
import '../types/StorageElementType.js';
|
|
6
|
+
import '../types/TickerIdType.js';
|
|
6
7
|
|
|
7
|
-
interface ITickersStep<TArgs extends TickerArgsType>
|
|
8
|
+
interface ITickersStep<TArgs extends TickerArgsType> {
|
|
8
9
|
/**
|
|
9
10
|
* Ticker class name
|
|
10
11
|
*/
|
|
@@ -13,6 +14,14 @@ interface ITickersStep<TArgs extends TickerArgsType> extends ITicker<TArgs> {
|
|
|
13
14
|
* Duration in seconds. If is undefined, the step will end only when the animation is finished.
|
|
14
15
|
*/
|
|
15
16
|
duration?: number;
|
|
17
|
+
/**
|
|
18
|
+
* Arguments to pass to the ticker
|
|
19
|
+
*/
|
|
20
|
+
args: TArgs;
|
|
21
|
+
/**
|
|
22
|
+
* Priority of the ticker
|
|
23
|
+
*/
|
|
24
|
+
priority?: UPDATE_PRIORITY;
|
|
16
25
|
}
|
|
17
26
|
/**
|
|
18
27
|
* The steps of the tickers
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TickerCallback, UPDATE_PRIORITY } from 'pixi.js';
|
|
2
|
-
import { a as TickerArgsType } from '../TickerBase-
|
|
2
|
+
import { a as TickerArgsType } from '../TickerBase-DKYzbzro.mjs';
|
|
3
3
|
import { TickerIdType } from '../types/TickerIdType.mjs';
|
|
4
4
|
import '../types/StorageElementType.mjs';
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ import '../types/StorageElementType.mjs';
|
|
|
8
8
|
*/
|
|
9
9
|
interface TickerHistory<TArgs extends TickerArgsType> {
|
|
10
10
|
fn: TickerCallback<any>;
|
|
11
|
-
|
|
11
|
+
id: TickerIdType;
|
|
12
12
|
args: TArgs;
|
|
13
13
|
canvasElementTags: string[];
|
|
14
14
|
priority?: UPDATE_PRIORITY;
|
|
@@ -19,7 +19,7 @@ interface TickerHistory<TArgs extends TickerArgsType> {
|
|
|
19
19
|
createdByTicketStepsId?: string;
|
|
20
20
|
}
|
|
21
21
|
interface TickerHistoryForExport<TArgs extends TickerArgsType> {
|
|
22
|
-
|
|
22
|
+
id: TickerIdType;
|
|
23
23
|
args: TArgs;
|
|
24
24
|
canvasElementTags: string[];
|
|
25
25
|
priority?: UPDATE_PRIORITY;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TickerCallback, UPDATE_PRIORITY } from 'pixi.js';
|
|
2
|
-
import { a as TickerArgsType } from '../TickerBase-
|
|
2
|
+
import { a as TickerArgsType } from '../TickerBase-3rLpDpmb.js';
|
|
3
3
|
import { TickerIdType } from '../types/TickerIdType.js';
|
|
4
4
|
import '../types/StorageElementType.js';
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ import '../types/StorageElementType.js';
|
|
|
8
8
|
*/
|
|
9
9
|
interface TickerHistory<TArgs extends TickerArgsType> {
|
|
10
10
|
fn: TickerCallback<any>;
|
|
11
|
-
|
|
11
|
+
id: TickerIdType;
|
|
12
12
|
args: TArgs;
|
|
13
13
|
canvasElementTags: string[];
|
|
14
14
|
priority?: UPDATE_PRIORITY;
|
|
@@ -19,7 +19,7 @@ interface TickerHistory<TArgs extends TickerArgsType> {
|
|
|
19
19
|
createdByTicketStepsId?: string;
|
|
20
20
|
}
|
|
21
21
|
interface TickerHistoryForExport<TArgs extends TickerArgsType> {
|
|
22
|
-
|
|
22
|
+
id: TickerIdType;
|
|
23
23
|
args: TArgs;
|
|
24
24
|
canvasElementTags: string[];
|
|
25
25
|
priority?: UPDATE_PRIORITY;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ICanvasSpriteBaseMemory } from './ICanvasSpriteMemory.mjs';
|
|
2
2
|
import 'pixi.js';
|
|
3
|
-
import './ICanvasBaseMemory.mjs';
|
|
4
3
|
import '../../types/EventIdType.mjs';
|
|
4
|
+
import './ICanvasBaseMemory.mjs';
|
|
5
5
|
import './ITextureMemory.mjs';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* The memory of the image. It uses for save the state of the image.
|
|
9
9
|
*/
|
|
10
10
|
interface ICanvasImageMemory extends ICanvasSpriteBaseMemory {
|
|
11
|
-
|
|
11
|
+
imageLink: string;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
export type { ICanvasImageMemory as default };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ICanvasSpriteBaseMemory } from './ICanvasSpriteMemory.js';
|
|
2
2
|
import 'pixi.js';
|
|
3
|
-
import './ICanvasBaseMemory.js';
|
|
4
3
|
import '../../types/EventIdType.js';
|
|
4
|
+
import './ICanvasBaseMemory.js';
|
|
5
5
|
import './ITextureMemory.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* The memory of the image. It uses for save the state of the image.
|
|
9
9
|
*/
|
|
10
10
|
interface ICanvasImageMemory extends ICanvasSpriteBaseMemory {
|
|
11
|
-
|
|
11
|
+
imageLink: string;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
export type { ICanvasImageMemory as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SpriteOptions } from 'pixi.js';
|
|
2
|
-
import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
|
|
3
2
|
import { EventIdType } from '../../types/EventIdType.mjs';
|
|
3
|
+
import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
|
|
4
4
|
import ITextureMemory from './ITextureMemory.mjs';
|
|
5
5
|
|
|
6
6
|
interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
|
|
@@ -13,7 +13,6 @@ interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
|
|
|
13
13
|
* Interface for the canvas sprite memory
|
|
14
14
|
*/
|
|
15
15
|
interface ICanvasSpriteMemory extends ICanvasSpriteBaseMemory {
|
|
16
|
-
className: "CanvasSprite";
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
export type { ICanvasSpriteBaseMemory, ICanvasSpriteMemory as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SpriteOptions } from 'pixi.js';
|
|
2
|
-
import ICanvasBaseMemory from './ICanvasBaseMemory.js';
|
|
3
2
|
import { EventIdType } from '../../types/EventIdType.js';
|
|
3
|
+
import ICanvasBaseMemory from './ICanvasBaseMemory.js';
|
|
4
4
|
import ITextureMemory from './ITextureMemory.js';
|
|
5
5
|
|
|
6
6
|
interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
|
|
@@ -13,7 +13,6 @@ interface ICanvasSpriteBaseMemory extends SpriteOptions, ICanvasBaseMemory {
|
|
|
13
13
|
* Interface for the canvas sprite memory
|
|
14
14
|
*/
|
|
15
15
|
interface ICanvasSpriteMemory extends ICanvasSpriteBaseMemory {
|
|
16
|
-
className: "CanvasSprite";
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
export type { ICanvasSpriteBaseMemory, ICanvasSpriteMemory as default };
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { TextOptions } from 'pixi.js';
|
|
2
|
-
import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
|
|
3
2
|
import { EventIdType } from '../../types/EventIdType.mjs';
|
|
3
|
+
import ICanvasBaseMemory from './ICanvasBaseMemory.mjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Interface for the canvas text memory
|
|
7
7
|
*/
|
|
8
8
|
interface ICanvasTextMemory extends TextOptions, ICanvasBaseMemory {
|
|
9
|
-
className: "CanvasText";
|
|
10
9
|
onEvents: {
|
|
11
10
|
[name: CanvasEventNamesType]: EventIdType;
|
|
12
11
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { TextOptions } from 'pixi.js';
|
|
2
|
-
import ICanvasBaseMemory from './ICanvasBaseMemory.js';
|
|
3
2
|
import { EventIdType } from '../../types/EventIdType.js';
|
|
3
|
+
import ICanvasBaseMemory from './ICanvasBaseMemory.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Interface for the canvas text memory
|
|
7
7
|
*/
|
|
8
8
|
interface ICanvasTextMemory extends TextOptions, ICanvasBaseMemory {
|
|
9
|
-
className: "CanvasText";
|
|
10
9
|
onEvents: {
|
|
11
10
|
[name: CanvasEventNamesType]: EventIdType;
|
|
12
11
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import ICanvasBaseMemory from '../canvas/ICanvasBaseMemory.mjs';
|
|
2
2
|
import ITickersSteps from '../ITickersSteps.mjs';
|
|
3
3
|
import { TickerHistoryForExport } from '../TickerHistory.mjs';
|
|
4
|
-
import '../../TickerBase-BctFf13y.mjs';
|
|
5
4
|
import 'pixi.js';
|
|
5
|
+
import '../../TickerBase-DKYzbzro.mjs';
|
|
6
6
|
import '../../types/StorageElementType.mjs';
|
|
7
|
+
import '../../types/TickerIdType.mjs';
|
|
7
8
|
import '../../types/PauseType.mjs';
|
|
8
9
|
import '../../types/RepeatType.mjs';
|
|
9
|
-
import '../../types/TickerIdType.mjs';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Interface exported canvas
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import ICanvasBaseMemory from '../canvas/ICanvasBaseMemory.js';
|
|
2
2
|
import ITickersSteps from '../ITickersSteps.js';
|
|
3
3
|
import { TickerHistoryForExport } from '../TickerHistory.js';
|
|
4
|
-
import '../../TickerBase-BAUiHet_.js';
|
|
5
4
|
import 'pixi.js';
|
|
5
|
+
import '../../TickerBase-3rLpDpmb.js';
|
|
6
6
|
import '../../types/StorageElementType.js';
|
|
7
|
+
import '../../types/TickerIdType.js';
|
|
7
8
|
import '../../types/PauseType.js';
|
|
8
9
|
import '../../types/RepeatType.js';
|
|
9
|
-
import '../../types/TickerIdType.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Interface exported canvas
|
|
@@ -4,13 +4,13 @@ import IOpenedLabel from '../IOpenedLabel.mjs';
|
|
|
4
4
|
import './ExportedStorage.mjs';
|
|
5
5
|
import '../canvas/ICanvasBaseMemory.mjs';
|
|
6
6
|
import '../ITickersSteps.mjs';
|
|
7
|
-
import '../../TickerBase-BctFf13y.mjs';
|
|
8
7
|
import 'pixi.js';
|
|
8
|
+
import '../../TickerBase-DKYzbzro.mjs';
|
|
9
9
|
import '../../types/StorageElementType.mjs';
|
|
10
|
+
import '../../types/TickerIdType.mjs';
|
|
10
11
|
import '../../types/PauseType.mjs';
|
|
11
12
|
import '../../types/RepeatType.mjs';
|
|
12
13
|
import '../TickerHistory.mjs';
|
|
13
|
-
import '../../types/TickerIdType.mjs';
|
|
14
14
|
import 'deep-diff';
|
|
15
15
|
import '../../classes/ChoiceMenuOption.mjs';
|
|
16
16
|
import '../../types/LabelIdType.mjs';
|
|
@@ -4,13 +4,13 @@ import IOpenedLabel from '../IOpenedLabel.js';
|
|
|
4
4
|
import './ExportedStorage.js';
|
|
5
5
|
import '../canvas/ICanvasBaseMemory.js';
|
|
6
6
|
import '../ITickersSteps.js';
|
|
7
|
-
import '../../TickerBase-BAUiHet_.js';
|
|
8
7
|
import 'pixi.js';
|
|
8
|
+
import '../../TickerBase-3rLpDpmb.js';
|
|
9
9
|
import '../../types/StorageElementType.js';
|
|
10
|
+
import '../../types/TickerIdType.js';
|
|
10
11
|
import '../../types/PauseType.js';
|
|
11
12
|
import '../../types/RepeatType.js';
|
|
12
13
|
import '../TickerHistory.js';
|
|
13
|
-
import '../../types/TickerIdType.js';
|
|
14
14
|
import 'deep-diff';
|
|
15
15
|
import '../../classes/ChoiceMenuOption.js';
|
|
16
16
|
import '../../types/LabelIdType.js';
|
|
@@ -3,13 +3,13 @@ export { default as ExportedStep } from './ExportedStep.mjs';
|
|
|
3
3
|
export { default as ExportedStorage } from './ExportedStorage.mjs';
|
|
4
4
|
import '../canvas/ICanvasBaseMemory.mjs';
|
|
5
5
|
import '../ITickersSteps.mjs';
|
|
6
|
-
import '../../TickerBase-BctFf13y.mjs';
|
|
7
6
|
import 'pixi.js';
|
|
7
|
+
import '../../TickerBase-DKYzbzro.mjs';
|
|
8
8
|
import '../../types/StorageElementType.mjs';
|
|
9
|
+
import '../../types/TickerIdType.mjs';
|
|
9
10
|
import '../../types/PauseType.mjs';
|
|
10
11
|
import '../../types/RepeatType.mjs';
|
|
11
12
|
import '../TickerHistory.mjs';
|
|
12
|
-
import '../../types/TickerIdType.mjs';
|
|
13
13
|
import '../IHistoryStep.mjs';
|
|
14
14
|
import 'deep-diff';
|
|
15
15
|
import '../../classes/ChoiceMenuOption.mjs';
|
|
@@ -3,13 +3,13 @@ export { default as ExportedStep } from './ExportedStep.js';
|
|
|
3
3
|
export { default as ExportedStorage } from './ExportedStorage.js';
|
|
4
4
|
import '../canvas/ICanvasBaseMemory.js';
|
|
5
5
|
import '../ITickersSteps.js';
|
|
6
|
-
import '../../TickerBase-BAUiHet_.js';
|
|
7
6
|
import 'pixi.js';
|
|
7
|
+
import '../../TickerBase-3rLpDpmb.js';
|
|
8
8
|
import '../../types/StorageElementType.js';
|
|
9
|
+
import '../../types/TickerIdType.js';
|
|
9
10
|
import '../../types/PauseType.js';
|
|
10
11
|
import '../../types/RepeatType.js';
|
|
11
12
|
import '../TickerHistory.js';
|
|
12
|
-
import '../../types/TickerIdType.js';
|
|
13
13
|
import '../IHistoryStep.js';
|
|
14
14
|
import 'deep-diff';
|
|
15
15
|
import '../../classes/ChoiceMenuOption.js';
|
|
@@ -3,7 +3,7 @@ export { default as DialogueHistory } from './DialogueHistory.mjs';
|
|
|
3
3
|
export { default as IHistoryStep, IHistoryStepData } from './IHistoryStep.mjs';
|
|
4
4
|
export { default as IOpenedLabel } from './IOpenedLabel.mjs';
|
|
5
5
|
export { default as ISaveData } from './ISaveData.mjs';
|
|
6
|
-
export { I as ITicker } from '../TickerBase-
|
|
6
|
+
export { I as ITicker } from '../TickerBase-DKYzbzro.mjs';
|
|
7
7
|
export { default as ITickersSteps } from './ITickersSteps.mjs';
|
|
8
8
|
export { default as TickerHistory, TickerHistoryForExport } from './TickerHistory.mjs';
|
|
9
9
|
export { TickerProgrationType } from './TickerProgrationType.mjs';
|
|
@@ -27,6 +27,6 @@ import './canvas/ICanvasBaseMemory.mjs';
|
|
|
27
27
|
import './export/ExportedStorage.mjs';
|
|
28
28
|
import './export/ExportedStep.mjs';
|
|
29
29
|
import 'pixi.js';
|
|
30
|
+
import '../types/TickerIdType.mjs';
|
|
30
31
|
import '../types/PauseType.mjs';
|
|
31
32
|
import '../types/RepeatType.mjs';
|
|
32
|
-
import '../types/TickerIdType.mjs';
|
|
@@ -3,7 +3,7 @@ export { default as DialogueHistory } from './DialogueHistory.js';
|
|
|
3
3
|
export { default as IHistoryStep, IHistoryStepData } from './IHistoryStep.js';
|
|
4
4
|
export { default as IOpenedLabel } from './IOpenedLabel.js';
|
|
5
5
|
export { default as ISaveData } from './ISaveData.js';
|
|
6
|
-
export { I as ITicker } from '../TickerBase-
|
|
6
|
+
export { I as ITicker } from '../TickerBase-3rLpDpmb.js';
|
|
7
7
|
export { default as ITickersSteps } from './ITickersSteps.js';
|
|
8
8
|
export { default as TickerHistory, TickerHistoryForExport } from './TickerHistory.js';
|
|
9
9
|
export { TickerProgrationType } from './TickerProgrationType.js';
|
|
@@ -27,6 +27,6 @@ import './canvas/ICanvasBaseMemory.js';
|
|
|
27
27
|
import './export/ExportedStorage.js';
|
|
28
28
|
import './export/ExportedStep.js';
|
|
29
29
|
import 'pixi.js';
|
|
30
|
+
import '../types/TickerIdType.js';
|
|
30
31
|
import '../types/PauseType.js';
|
|
31
32
|
import '../types/RepeatType.js';
|
|
32
|
-
import '../types/TickerIdType.js';
|