dcl-npc-toolkit 1.6.1-20251229141234.commit-1da47d6 → 1.6.1-20251229150951.commit-1329ff8

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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -191,9 +191,14 @@ createFromEntity(npcEntity, {
191
191
  onActivate: () => {
192
192
  // ...
193
193
  },
194
- textBubble: true,
195
- bubbleHeight: 2
194
+ volume: {
195
+ radius: 4,
196
+ shape: 'sphere'
197
+ }
196
198
  })
199
+
200
+
201
+
197
202
  ```
198
203
 
199
204
  ## SDK7 UI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-npc-toolkit",
3
- "version": "1.6.1-20251229141234.commit-1da47d6",
3
+ "version": "1.6.1-20251229150951.commit-1329ff8",
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": "1da47d6c9b9ebf767fb451a0bdbc6cf7e6b23e8e"
39
+ "commit": "1329ff8cb1a7ba423691de7f9d71aee9be6dc9f7"
40
40
  }