@combos-fun/plugin-renderer-mask 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 +3 -6
  2. package/package.json +5 -5
package/agent-skill.md CHANGED
@@ -1,12 +1,10 @@
1
1
  # `@combos-fun/plugin-renderer-mask` — Agent notes
2
2
 
3
- Pixi mask Component for the 2D pipeline. Adds a clipping mask of a chosen
4
- shape (or texture) to the GameObject's container.
3
+ Pixi mask Component for the 2D pipeline. Adds a clipping mask of a chosen shape (or texture) to the GameObject's container.
5
4
 
6
5
  ## When to read
7
6
 
8
- Read when you need to clip a sprite / sub-tree to a circular avatar, an
9
- ellipse, a rounded rect, a polygon, or a texture-based alpha mask.
7
+ Read when you need to clip a sprite / sub-tree to a circular avatar, an ellipse, a rounded rect, a polygon, or a texture-based alpha mask.
10
8
 
11
9
  ## Public API
12
10
 
@@ -29,8 +27,7 @@ import { Mask, MaskSystem, MASK_TYPE, type MaskParams } from '@combos-fun/plugin
29
27
 
30
28
  ## Required setup
31
29
 
32
- `RendererSystem` then `MaskSystem` (`Img` / `Sprite` mask types also
33
- require the matching `Img`/`Sprite` resource registered).
30
+ `RendererSystem` then `MaskSystem` (`Img` / `Sprite` mask types also require the matching `Img`/`Sprite` resource registered).
34
31
 
35
32
  ## Common pitfalls
36
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@combos-fun/plugin-renderer-mask",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "@combos-fun/plugin-renderer-mask",
5
5
  "main": "index.js",
6
6
  "module": "dist/plugin-renderer-mask.esm.js",
@@ -32,10 +32,10 @@
32
32
  "author": "sun668 <q947692259@gmail.com>",
33
33
  "dependencies": {
34
34
  "pixi.js": "^8.18.1",
35
- "@combos-fun/plugin-renderer": "0.0.7",
36
- "@combos-fun/renderer-adapter": "0.0.7",
37
- "@combos-fun/inspector-decorator": "0.0.7",
38
- "@combos-fun/engine": "0.0.7"
35
+ "@combos-fun/plugin-renderer": "0.0.8",
36
+ "@combos-fun/renderer-adapter": "0.0.8",
37
+ "@combos-fun/engine": "0.0.8",
38
+ "@combos-fun/inspector-decorator": "0.0.8"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "node ../../scripts/build-package.mjs"