@drincs/pixi-vn 0.4.8 → 0.4.9
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/ChoiceMenuOptionLabel.d.mts +1 -2
- package/dist/classes/ChoiceMenuOptionLabel.d.ts +1 -2
- package/dist/classes/Label.d.mts +1 -2
- package/dist/classes/Label.d.ts +1 -2
- package/dist/classes/index.d.mts +1 -2
- package/dist/classes/index.d.ts +1 -2
- package/dist/decorators/LabelDecorator.d.mts +1 -2
- package/dist/decorators/LabelDecorator.d.ts +1 -2
- package/dist/decorators/index.d.mts +1 -2
- package/dist/decorators/index.d.ts +1 -2
- package/dist/functions/DialogueUtility.d.mts +1 -2
- package/dist/functions/DialogueUtility.d.ts +1 -2
- package/dist/functions/SavesUtility.d.mts +1 -2
- package/dist/functions/SavesUtility.d.ts +1 -2
- package/dist/functions/StepLabelUtility.d.mts +1 -2
- package/dist/functions/StepLabelUtility.d.ts +1 -2
- package/dist/functions/index.d.mts +1 -2
- package/dist/functions/index.d.ts +1 -2
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/interface/IDialogueHistory.d.mts +1 -2
- package/dist/interface/IDialogueHistory.d.ts +1 -2
- package/dist/interface/IHistoryStep.d.mts +1 -2
- package/dist/interface/IHistoryStep.d.ts +1 -2
- package/dist/interface/ISaveData.d.mts +1 -2
- package/dist/interface/ISaveData.d.ts +1 -2
- package/dist/interface/export/ExportedStep.d.mts +1 -2
- package/dist/interface/export/ExportedStep.d.ts +1 -2
- package/dist/interface/export/index.d.mts +1 -2
- package/dist/interface/export/index.d.ts +1 -2
- package/dist/interface/index.d.mts +1 -2
- package/dist/interface/index.d.ts +1 -2
- package/dist/managers/StepManager.d.mts +1 -2
- package/dist/managers/StepManager.d.ts +1 -2
- package/dist/managers/index.d.mts +1 -2
- package/dist/managers/index.d.ts +1 -2
- package/dist/types/ChoiceMenuOptionsType.d.mts +1 -2
- package/dist/types/ChoiceMenuOptionsType.d.ts +1 -2
- package/dist/types/StepLabelType.d.mts +1 -2
- package/dist/types/StepLabelType.d.ts +1 -2
- package/dist/types/index.d.mts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/package.json +2 -2
|
@@ -3,8 +3,7 @@ import { LabelIdType } from '../types/LabelIdType.mjs';
|
|
|
3
3
|
import Label from './Label.mjs';
|
|
4
4
|
import '../types/StepHistoryDataType.mjs';
|
|
5
5
|
import '../types/StepLabelType.mjs';
|
|
6
|
-
import '
|
|
7
|
-
import '../override/StepLabelResult.mjs';
|
|
6
|
+
import '@drincs/pixi-vn/dist/override';
|
|
8
7
|
|
|
9
8
|
/**
|
|
10
9
|
* ChoiceMenuOptionLabel is a class that contains a Label and a text that will be displayed in the menu.
|
|
@@ -3,8 +3,7 @@ import { LabelIdType } from '../types/LabelIdType.js';
|
|
|
3
3
|
import Label from './Label.js';
|
|
4
4
|
import '../types/StepHistoryDataType.js';
|
|
5
5
|
import '../types/StepLabelType.js';
|
|
6
|
-
import '
|
|
7
|
-
import '../override/StepLabelResult.js';
|
|
6
|
+
import '@drincs/pixi-vn/dist/override';
|
|
8
7
|
|
|
9
8
|
/**
|
|
10
9
|
* ChoiceMenuOptionLabel is a class that contains a Label and a text that will be displayed in the menu.
|
package/dist/classes/Label.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { StepHistoryDataType } from '../types/StepHistoryDataType.mjs';
|
|
2
2
|
import { StepLabelType } from '../types/StepLabelType.mjs';
|
|
3
|
-
import '
|
|
4
|
-
import '../override/StepLabelResult.mjs';
|
|
3
|
+
import '@drincs/pixi-vn/dist/override';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Label is a class that contains a list of steps, which will be performed as the game continues.
|
package/dist/classes/Label.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { StepHistoryDataType } from '../types/StepHistoryDataType.js';
|
|
2
2
|
import { StepLabelType } from '../types/StepLabelType.js';
|
|
3
|
-
import '
|
|
4
|
-
import '../override/StepLabelResult.js';
|
|
3
|
+
import '@drincs/pixi-vn/dist/override';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Label is a class that contains a list of steps, which will be performed as the game continues.
|
package/dist/classes/index.d.mts
CHANGED
|
@@ -10,5 +10,4 @@ import '../types/LabelIdType.mjs';
|
|
|
10
10
|
import '../types/StorageElementType.mjs';
|
|
11
11
|
import '../types/StepHistoryDataType.mjs';
|
|
12
12
|
import '../types/StepLabelType.mjs';
|
|
13
|
-
import '
|
|
14
|
-
import '../override/StepLabelResult.mjs';
|
|
13
|
+
import '@drincs/pixi-vn/dist/override';
|
package/dist/classes/index.d.ts
CHANGED
|
@@ -10,5 +10,4 @@ import '../types/LabelIdType.js';
|
|
|
10
10
|
import '../types/StorageElementType.js';
|
|
11
11
|
import '../types/StepHistoryDataType.js';
|
|
12
12
|
import '../types/StepLabelType.js';
|
|
13
|
-
import '
|
|
14
|
-
import '../override/StepLabelResult.js';
|
|
13
|
+
import '@drincs/pixi-vn/dist/override';
|
|
@@ -2,8 +2,7 @@ import { LabelIdType } from '../types/LabelIdType.mjs';
|
|
|
2
2
|
import Label from '../classes/Label.mjs';
|
|
3
3
|
import '../types/StepHistoryDataType.mjs';
|
|
4
4
|
import '../types/StepLabelType.mjs';
|
|
5
|
-
import '
|
|
6
|
-
import '../override/StepLabelResult.mjs';
|
|
5
|
+
import '@drincs/pixi-vn/dist/override';
|
|
7
6
|
|
|
8
7
|
declare const registeredLabels: {
|
|
9
8
|
[key: LabelIdType]: typeof Label;
|
|
@@ -2,8 +2,7 @@ import { LabelIdType } from '../types/LabelIdType.js';
|
|
|
2
2
|
import Label from '../classes/Label.js';
|
|
3
3
|
import '../types/StepHistoryDataType.js';
|
|
4
4
|
import '../types/StepLabelType.js';
|
|
5
|
-
import '
|
|
6
|
-
import '../override/StepLabelResult.js';
|
|
5
|
+
import '@drincs/pixi-vn/dist/override';
|
|
7
6
|
|
|
8
7
|
declare const registeredLabels: {
|
|
9
8
|
[key: LabelIdType]: typeof Label;
|
|
@@ -16,8 +16,7 @@ import '../types/LabelIdType.mjs';
|
|
|
16
16
|
import '../classes/Label.mjs';
|
|
17
17
|
import '../types/StepHistoryDataType.mjs';
|
|
18
18
|
import '../types/StepLabelType.mjs';
|
|
19
|
-
import '
|
|
20
|
-
import '../override/StepLabelResult.mjs';
|
|
19
|
+
import '@drincs/pixi-vn/dist/override';
|
|
21
20
|
import '../TickerBase-CFEJHstJ.mjs';
|
|
22
21
|
import '../types/StorageElementType.mjs';
|
|
23
22
|
import '../types/TickerIdType.mjs';
|
|
@@ -16,8 +16,7 @@ import '../types/LabelIdType.js';
|
|
|
16
16
|
import '../classes/Label.js';
|
|
17
17
|
import '../types/StepHistoryDataType.js';
|
|
18
18
|
import '../types/StepLabelType.js';
|
|
19
|
-
import '
|
|
20
|
-
import '../override/StepLabelResult.js';
|
|
19
|
+
import '@drincs/pixi-vn/dist/override';
|
|
21
20
|
import '../TickerBase-CjfyD6j5.js';
|
|
22
21
|
import '../types/StorageElementType.js';
|
|
23
22
|
import '../types/TickerIdType.js';
|
|
@@ -10,8 +10,7 @@ import '../types/LabelIdType.mjs';
|
|
|
10
10
|
import '../classes/Label.mjs';
|
|
11
11
|
import '../types/StepHistoryDataType.mjs';
|
|
12
12
|
import '../types/StepLabelType.mjs';
|
|
13
|
-
import '
|
|
14
|
-
import '../override/StepLabelResult.mjs';
|
|
13
|
+
import '@drincs/pixi-vn/dist/override';
|
|
15
14
|
|
|
16
15
|
/**
|
|
17
16
|
* Set the dialogue to be shown in the game
|
|
@@ -10,8 +10,7 @@ import '../types/LabelIdType.js';
|
|
|
10
10
|
import '../classes/Label.js';
|
|
11
11
|
import '../types/StepHistoryDataType.js';
|
|
12
12
|
import '../types/StepLabelType.js';
|
|
13
|
-
import '
|
|
14
|
-
import '../override/StepLabelResult.js';
|
|
13
|
+
import '@drincs/pixi-vn/dist/override';
|
|
15
14
|
|
|
16
15
|
/**
|
|
17
16
|
* Set the dialogue to be shown in the game
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../classes/Label.mjs';
|
|
16
16
|
import '../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../classes/DialogueBaseModel.mjs';
|
|
21
20
|
import '../classes/CharacterBaseModel.mjs';
|
|
22
21
|
import '../classes/StoredClassModel.mjs';
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.js';
|
|
|
15
15
|
import '../classes/Label.js';
|
|
16
16
|
import '../types/StepHistoryDataType.js';
|
|
17
17
|
import '../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../classes/DialogueBaseModel.js';
|
|
21
20
|
import '../classes/CharacterBaseModel.js';
|
|
22
21
|
import '../classes/StoredClassModel.js';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { StepHistoryDataType } from '../types/StepHistoryDataType.mjs';
|
|
2
2
|
import { StepLabelType } from '../types/StepLabelType.mjs';
|
|
3
|
-
import '
|
|
4
|
-
import '../override/StepLabelResult.mjs';
|
|
3
|
+
import '@drincs/pixi-vn/dist/override';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Convert StepLabel to StepHistoryData
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { StepHistoryDataType } from '../types/StepHistoryDataType.js';
|
|
2
2
|
import { StepLabelType } from '../types/StepLabelType.js';
|
|
3
|
-
import '
|
|
4
|
-
import '../override/StepLabelResult.js';
|
|
3
|
+
import '@drincs/pixi-vn/dist/override';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Convert StepLabel to StepHistoryData
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../classes/Label.mjs';
|
|
16
16
|
import '../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../types/ChoiceMenuOptionsType.mjs';
|
|
21
20
|
import 'pixi.js';
|
|
22
21
|
import '../classes/canvas/CanvasBase.mjs';
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.js';
|
|
|
15
15
|
import '../classes/Label.js';
|
|
16
16
|
import '../types/StepHistoryDataType.js';
|
|
17
17
|
import '../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../types/ChoiceMenuOptionsType.js';
|
|
21
20
|
import 'pixi.js';
|
|
22
21
|
import '../classes/canvas/CanvasBase.js';
|
package/dist/index.d.mts
CHANGED
|
@@ -60,5 +60,4 @@ import './types/CanvasElementTagType.mjs';
|
|
|
60
60
|
import './types/EventIdType.mjs';
|
|
61
61
|
import './types/TickerIdType.mjs';
|
|
62
62
|
import 'deep-diff';
|
|
63
|
-
import '
|
|
64
|
-
import './override/StepLabelResult.mjs';
|
|
63
|
+
import '@drincs/pixi-vn/dist/override';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,8 +5,7 @@ import '../types/LabelIdType.mjs';
|
|
|
5
5
|
import '../classes/Label.mjs';
|
|
6
6
|
import '../types/StepHistoryDataType.mjs';
|
|
7
7
|
import '../types/StepLabelType.mjs';
|
|
8
|
-
import '
|
|
9
|
-
import '../override/StepLabelResult.mjs';
|
|
8
|
+
import '@drincs/pixi-vn/dist/override';
|
|
10
9
|
import '../classes/CharacterBaseModel.mjs';
|
|
11
10
|
import '../classes/StoredClassModel.mjs';
|
|
12
11
|
import '../types/StorageElementType.mjs';
|
|
@@ -5,8 +5,7 @@ import '../types/LabelIdType.js';
|
|
|
5
5
|
import '../classes/Label.js';
|
|
6
6
|
import '../types/StepHistoryDataType.js';
|
|
7
7
|
import '../types/StepLabelType.js';
|
|
8
|
-
import '
|
|
9
|
-
import '../override/StepLabelResult.js';
|
|
8
|
+
import '@drincs/pixi-vn/dist/override';
|
|
10
9
|
import '../classes/CharacterBaseModel.js';
|
|
11
10
|
import '../classes/StoredClassModel.js';
|
|
12
11
|
import '../types/StorageElementType.js';
|
|
@@ -9,8 +9,7 @@ import IOpenedLabel from './IOpenedLabel.mjs';
|
|
|
9
9
|
import '../enums/LabelRunModeEnum.mjs';
|
|
10
10
|
import '../classes/Label.mjs';
|
|
11
11
|
import '../types/StepLabelType.mjs';
|
|
12
|
-
import '
|
|
13
|
-
import '../override/StepLabelResult.mjs';
|
|
12
|
+
import '@drincs/pixi-vn/dist/override';
|
|
14
13
|
import '../classes/CharacterBaseModel.mjs';
|
|
15
14
|
import '../classes/StoredClassModel.mjs';
|
|
16
15
|
import '../types/StorageElementType.mjs';
|
|
@@ -9,8 +9,7 @@ import IOpenedLabel from './IOpenedLabel.js';
|
|
|
9
9
|
import '../enums/LabelRunModeEnum.js';
|
|
10
10
|
import '../classes/Label.js';
|
|
11
11
|
import '../types/StepLabelType.js';
|
|
12
|
-
import '
|
|
13
|
-
import '../override/StepLabelResult.js';
|
|
12
|
+
import '@drincs/pixi-vn/dist/override';
|
|
14
13
|
import '../classes/CharacterBaseModel.js';
|
|
15
14
|
import '../classes/StoredClassModel.js';
|
|
16
15
|
import '../types/StorageElementType.js';
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../classes/Label.mjs';
|
|
16
16
|
import '../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../classes/DialogueBaseModel.mjs';
|
|
21
20
|
import '../classes/CharacterBaseModel.mjs';
|
|
22
21
|
import '../classes/StoredClassModel.mjs';
|
|
@@ -15,8 +15,7 @@ import '../types/LabelIdType.js';
|
|
|
15
15
|
import '../classes/Label.js';
|
|
16
16
|
import '../types/StepHistoryDataType.js';
|
|
17
17
|
import '../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../classes/DialogueBaseModel.js';
|
|
21
20
|
import '../classes/CharacterBaseModel.js';
|
|
22
21
|
import '../classes/StoredClassModel.js';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../../classes/Label.mjs';
|
|
16
16
|
import '../../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.mjs';
|
|
21
20
|
import '../../classes/CharacterBaseModel.mjs';
|
|
22
21
|
import '../../classes/StoredClassModel.mjs';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.js';
|
|
|
15
15
|
import '../../classes/Label.js';
|
|
16
16
|
import '../../types/StepHistoryDataType.js';
|
|
17
17
|
import '../../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.js';
|
|
21
20
|
import '../../classes/CharacterBaseModel.js';
|
|
22
21
|
import '../../classes/StoredClassModel.js';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.mjs';
|
|
|
15
15
|
import '../../classes/Label.mjs';
|
|
16
16
|
import '../../types/StepHistoryDataType.mjs';
|
|
17
17
|
import '../../types/StepLabelType.mjs';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.mjs';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.mjs';
|
|
21
20
|
import '../../classes/CharacterBaseModel.mjs';
|
|
22
21
|
import '../../classes/StoredClassModel.mjs';
|
|
@@ -15,8 +15,7 @@ import '../../types/LabelIdType.js';
|
|
|
15
15
|
import '../../classes/Label.js';
|
|
16
16
|
import '../../types/StepHistoryDataType.js';
|
|
17
17
|
import '../../types/StepLabelType.js';
|
|
18
|
-
import '
|
|
19
|
-
import '../../override/StepLabelResult.js';
|
|
18
|
+
import '@drincs/pixi-vn/dist/override';
|
|
20
19
|
import '../../classes/DialogueBaseModel.js';
|
|
21
20
|
import '../../classes/CharacterBaseModel.js';
|
|
22
21
|
import '../../classes/StoredClassModel.js';
|
|
@@ -14,8 +14,7 @@ import '../types/LabelIdType.mjs';
|
|
|
14
14
|
import '../classes/Label.mjs';
|
|
15
15
|
import '../types/StepHistoryDataType.mjs';
|
|
16
16
|
import '../types/StepLabelType.mjs';
|
|
17
|
-
import '
|
|
18
|
-
import '../override/StepLabelResult.mjs';
|
|
17
|
+
import '@drincs/pixi-vn/dist/override';
|
|
19
18
|
import '../classes/DialogueBaseModel.mjs';
|
|
20
19
|
import '../classes/CharacterBaseModel.mjs';
|
|
21
20
|
import '../classes/StoredClassModel.mjs';
|
|
@@ -14,8 +14,7 @@ import '../types/LabelIdType.js';
|
|
|
14
14
|
import '../classes/Label.js';
|
|
15
15
|
import '../types/StepHistoryDataType.js';
|
|
16
16
|
import '../types/StepLabelType.js';
|
|
17
|
-
import '
|
|
18
|
-
import '../override/StepLabelResult.js';
|
|
17
|
+
import '@drincs/pixi-vn/dist/override';
|
|
19
18
|
import '../classes/DialogueBaseModel.js';
|
|
20
19
|
import '../classes/CharacterBaseModel.js';
|
|
21
20
|
import '../classes/StoredClassModel.js';
|
|
@@ -7,8 +7,7 @@ import IOpenedLabel from '../interface/IOpenedLabel.mjs';
|
|
|
7
7
|
import { StepLabelPropsType, StepLabelResultType } from '../types/StepLabelType.mjs';
|
|
8
8
|
import '../classes/StoredClassModel.mjs';
|
|
9
9
|
import '../types/StepHistoryDataType.mjs';
|
|
10
|
-
import '
|
|
11
|
-
import '../override/StepLabelResult.mjs';
|
|
10
|
+
import '@drincs/pixi-vn/dist/override';
|
|
12
11
|
import '../types/StorageElementType.mjs';
|
|
13
12
|
import '../interface/export/ExportedCanvas.mjs';
|
|
14
13
|
import '../interface/canvas/ICanvasBaseMemory.mjs';
|
|
@@ -7,8 +7,7 @@ import IOpenedLabel from '../interface/IOpenedLabel.js';
|
|
|
7
7
|
import { StepLabelPropsType, StepLabelResultType } from '../types/StepLabelType.js';
|
|
8
8
|
import '../classes/StoredClassModel.js';
|
|
9
9
|
import '../types/StepHistoryDataType.js';
|
|
10
|
-
import '
|
|
11
|
-
import '../override/StepLabelResult.js';
|
|
10
|
+
import '@drincs/pixi-vn/dist/override';
|
|
12
11
|
import '../types/StorageElementType.js';
|
|
13
12
|
import '../interface/export/ExportedCanvas.js';
|
|
14
13
|
import '../interface/canvas/ICanvasBaseMemory.js';
|
|
@@ -6,8 +6,7 @@ import '../classes/StoredClassModel.mjs';
|
|
|
6
6
|
import '../classes/Label.mjs';
|
|
7
7
|
import '../types/StepHistoryDataType.mjs';
|
|
8
8
|
import '../types/StepLabelType.mjs';
|
|
9
|
-
import '
|
|
10
|
-
import '../override/StepLabelResult.mjs';
|
|
9
|
+
import '@drincs/pixi-vn/dist/override';
|
|
11
10
|
import '../classes/DialogueBaseModel.mjs';
|
|
12
11
|
import '../types/StorageElementType.mjs';
|
|
13
12
|
import '../interface/export/ExportedStep.mjs';
|
package/dist/managers/index.d.ts
CHANGED
|
@@ -6,8 +6,7 @@ import '../classes/StoredClassModel.js';
|
|
|
6
6
|
import '../classes/Label.js';
|
|
7
7
|
import '../types/StepHistoryDataType.js';
|
|
8
8
|
import '../types/StepLabelType.js';
|
|
9
|
-
import '
|
|
10
|
-
import '../override/StepLabelResult.js';
|
|
9
|
+
import '@drincs/pixi-vn/dist/override';
|
|
11
10
|
import '../classes/DialogueBaseModel.js';
|
|
12
11
|
import '../types/StorageElementType.js';
|
|
13
12
|
import '../interface/export/ExportedStep.js';
|
|
@@ -4,8 +4,7 @@ import './LabelIdType.mjs';
|
|
|
4
4
|
import '../classes/Label.mjs';
|
|
5
5
|
import './StepHistoryDataType.mjs';
|
|
6
6
|
import './StepLabelType.mjs';
|
|
7
|
-
import '
|
|
8
|
-
import '../override/StepLabelResult.mjs';
|
|
7
|
+
import '@drincs/pixi-vn/dist/override';
|
|
9
8
|
|
|
10
9
|
/**
|
|
11
10
|
* Munu is a type that contains a list of Label that a player can choose from.
|
|
@@ -4,8 +4,7 @@ import './LabelIdType.js';
|
|
|
4
4
|
import '../classes/Label.js';
|
|
5
5
|
import './StepHistoryDataType.js';
|
|
6
6
|
import './StepLabelType.js';
|
|
7
|
-
import '
|
|
8
|
-
import '../override/StepLabelResult.js';
|
|
7
|
+
import '@drincs/pixi-vn/dist/override';
|
|
9
8
|
|
|
10
9
|
/**
|
|
11
10
|
* Munu is a type that contains a list of Label that a player can choose from.
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import StepLabelProps from '
|
|
2
|
-
import StepLabelResult from '../override/StepLabelResult.mjs';
|
|
1
|
+
import { StepLabelResult, StepLabelProps } from '@drincs/pixi-vn/dist/override';
|
|
3
2
|
|
|
4
3
|
type StepLabelResultType = StepLabelResult | void;
|
|
5
4
|
type StepLabelPropsType = StepLabelProps;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import StepLabelProps from '
|
|
2
|
-
import StepLabelResult from '../override/StepLabelResult.js';
|
|
1
|
+
import { StepLabelResult, StepLabelProps } from '@drincs/pixi-vn/dist/override';
|
|
3
2
|
|
|
4
3
|
type StepLabelResultType = StepLabelResult | void;
|
|
5
4
|
type StepLabelPropsType = StepLabelProps;
|
package/dist/types/index.d.mts
CHANGED
|
@@ -9,5 +9,4 @@ import '../enums/LabelRunModeEnum.mjs';
|
|
|
9
9
|
import './LabelIdType.mjs';
|
|
10
10
|
import '../classes/Label.mjs';
|
|
11
11
|
import './StepHistoryDataType.mjs';
|
|
12
|
-
import '
|
|
13
|
-
import '../override/StepLabelResult.mjs';
|
|
12
|
+
import '@drincs/pixi-vn/dist/override';
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drincs/pixi-vn",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
4
4
|
"description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://pixi-vn.web.app/",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@drincs/pixi-vn": "^0.4.
|
|
26
|
+
"@drincs/pixi-vn": "^0.4.8",
|
|
27
27
|
"@types/crypto-js": "^4.2.2",
|
|
28
28
|
"@types/css-font-loading-module": "^0.0.13",
|
|
29
29
|
"@types/deep-diff": "^1.0.5",
|