@fps-games/vfx 0.3.9 → 0.3.11
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/CHANGELOG.md +16 -0
- package/dist/chunks/smoke22-B_WJKB0y.js +6 -0
- package/dist/chunks/{space-shared-BXV1hc0k.js → space-shared-xh5IOcLH.js} +1 -16
- package/dist/effects/coin-burst/index.js +1 -1
- package/dist/effects/comet-trail-flame/index.js +1 -1
- package/dist/effects/debris-smoke/index.js +2 -3
- package/dist/effects/explosion/index.js +1 -1
- package/dist/effects/laser-beam/index.js +151 -59
- package/dist/effects/magnet-suction/index.js +1 -1
- package/dist/effects/mining-hit/index.d.ts +25 -0
- package/dist/effects/mining-hit/index.js +232 -0
- package/dist/effects/pulse-laser-volley/index.js +1 -20
- package/dist/effects/thruster-flame/index.js +1 -1
- package/dist/effects/ufo-thread-flame/index.js +1 -1
- package/dist/effects/weapon-trail/index.js +1 -1
- package/index.json +11 -1
- package/package.json +1 -1
- package/packages/effects/mining-hit/vfx-params.json +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,22 @@
|
|
|
12
12
|
|
|
13
13
|
<!-- release.mjs 在此行下方插入新版本区块 -->
|
|
14
14
|
|
|
15
|
+
## v0.3.11 — 2026-07-07
|
|
16
|
+
|
|
17
|
+
### 改动
|
|
18
|
+
- fix: remove laser endpoint flares
|
|
19
|
+
|
|
20
|
+
### 特效
|
|
21
|
+
- 无新增 / 删除(仍 39 个)。
|
|
22
|
+
|
|
23
|
+
## v0.3.10 — 2026-07-03
|
|
24
|
+
|
|
25
|
+
### 改动
|
|
26
|
+
- feat(mining-hit): add mining impact effect
|
|
27
|
+
|
|
28
|
+
### 特效
|
|
29
|
+
- 新增:mining-hit
|
|
30
|
+
|
|
15
31
|
## v0.3.9 — 2026-07-03
|
|
16
32
|
|
|
17
33
|
### 改动
|