@combos-fun/plugin-renderer-3d-text 0.0.7 → 0.0.8

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/agent-skill.md +2 -4
  2. package/package.json +4 -4
package/agent-skill.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # `@combos-fun/plugin-renderer-3d-text` — Agent notes
2
2
 
3
- 3D text rendering for the 3D pipeline, backed by `troika-three-text`.
4
- Suitable for in-world labels, dialogue text, scoreboards.
3
+ 3D text rendering for the 3D pipeline, backed by `troika-three-text`. Suitable for in-world labels, dialogue text, scoreboards.
5
4
 
6
5
  ## When to read
7
6
 
@@ -33,8 +32,7 @@ There are **no scale fields**. Use `fontSize` to control size.
33
32
 
34
33
  ## Required setup
35
34
 
36
- `Renderer3DSystem` then `Text3DSystem`. Custom fonts must be reachable
37
- via the URL specified in `font`.
35
+ `Renderer3DSystem` then `Text3DSystem`. Custom fonts must be reachable via the URL specified in `font`.
38
36
 
39
37
  ## Common pitfalls
40
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@combos-fun/plugin-renderer-3d-text",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "@combos-fun/plugin-renderer-3d-text",
5
5
  "main": "index.js",
6
6
  "module": "dist/plugin-renderer-3d-text.esm.js",
@@ -28,9 +28,9 @@
28
28
  "dependencies": {
29
29
  "three": "^0.172.0",
30
30
  "troika-three-text": "^0.52.3",
31
- "@combos-fun/engine": "0.0.7",
32
- "@combos-fun/plugin-renderer-3d": "0.0.7",
33
- "@combos-fun/inspector-decorator": "0.0.7"
31
+ "@combos-fun/engine": "0.0.8",
32
+ "@combos-fun/inspector-decorator": "0.0.8",
33
+ "@combos-fun/plugin-renderer-3d": "0.0.8"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "node ../../scripts/build-package.mjs"