dcl-npc-toolkit 1.5.1 → 1.5.2-20250415203310.commit-be60b9e
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Capabilities of the NPCs in this library:
|
|
|
17
17
|
The dialog messages can also require that the player chooses options, and any action can be triggered when the player picks an option or advances past a message.
|
|
18
18
|
|
|
19
19
|
## Install the library
|
|
20
|
-
|
|
20
|
+
<!--
|
|
21
21
|
## Via the Decentraland Editor
|
|
22
22
|
|
|
23
23
|
Follow the steps in [Manage Dependencies](https://docs.decentraland.org/creator/development-guide/sdk7/libraries/manage-dependencies/#via-the-editor) with Visual Studio Code open on your project folder.
|
|
@@ -68,7 +68,7 @@ export let ILoveCats: Dialog[] = [
|
|
|
68
68
|
},
|
|
69
69
|
]
|
|
70
70
|
```
|
|
71
|
-
|
|
71
|
+
-->
|
|
72
72
|
## Via the CLI
|
|
73
73
|
|
|
74
74
|
1. Install the library as an npm bundle. Run this command in your scene's project folder:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dcl-npc-toolkit",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2-20250415203310.commit-be60b9e",
|
|
4
4
|
"description": "A collection of tools for creating Non-Player-Characters (NPCs). These are capable of having conversations with the player, and play different animations.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@dcl/js-runtime": "latest"
|
|
38
38
|
},
|
|
39
|
-
"commit": "
|
|
39
|
+
"commit": "be60b9e18a389269d3b1b438b4425928eb88226d"
|
|
40
40
|
}
|