支持spine4.3

This commit is contained in:
tianmo
2026-09-02 13:53:12 +08:00
parent 63e4f61631
commit 0656684a92
206 changed files with 100597 additions and 1320 deletions
File diff suppressed because it is too large Load Diff
Binary file not shown.
+84
View File
@@ -0,0 +1,84 @@
spineboy.png
size: 1024, 256
filter: Linear, Linear
scale: 0.5
crosshair
bounds: 186, 17, 45, 45
eye-indifferent
bounds: 137, 17, 47, 45
eye-surprised
bounds: 623, 45, 47, 45
front-bracer
bounds: 613, 3, 29, 40
front-fist-closed
bounds: 278, 2, 38, 41
front-fist-open
bounds: 233, 18, 43, 44
front-foot
bounds: 72, 39, 63, 35
front-shin
bounds: 952, 41, 41, 92
front-thigh
bounds: 995, 120, 23, 56
front-upper-arm
bounds: 995, 69, 23, 49
goggles
bounds: 167, 64, 131, 83
gun
bounds: 300, 45, 105, 102
head
bounds: 29, 76, 136, 149
hoverboard-board
bounds: 167, 149, 246, 76
hoverboard-thruster
bounds: 674, 8, 30, 32
hoverglow-small
bounds: 813, 60, 137, 38
mouth-grind
bounds: 416, 13, 47, 30
mouth-oooo
bounds: 367, 13, 47, 30
mouth-smile
bounds: 318, 13, 47, 30
muzzle-glow
bounds: 706, 15, 25, 25
muzzle-ring
bounds: 2, 120, 25, 105
muzzle01
bounds: 554, 50, 67, 40
muzzle02
bounds: 484, 48, 68, 42
muzzle03
bounds: 685, 42, 83, 53
muzzle04
bounds: 407, 45, 75, 45
muzzle05
bounds: 2, 36, 68, 38
neck
bounds: 2, 97, 18, 21
portal-bg
bounds: 550, 92, 133, 133
portal-flare1
bounds: 484, 16, 56, 30
portal-flare2
bounds: 810, 27, 57, 31
portal-flare3
bounds: 869, 28, 58, 30
portal-shade
bounds: 415, 92, 133, 133
portal-streaks1
bounds: 685, 97, 126, 128
portal-streaks2
bounds: 813, 100, 125, 125
rear-bracer
bounds: 644, 7, 28, 36
rear-foot
bounds: 554, 18, 57, 30
rear-shin
bounds: 770, 6, 38, 89
rear-thigh
bounds: 991, 178, 28, 47
rear-upper-arm
bounds: 995, 23, 20, 44
torso
bounds: 940, 135, 49, 90
Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

+5 -2
View File
@@ -2,7 +2,7 @@
这些资源来自 Esoteric Software 官方的
[`spine-runtimes`](https://github.com/EsotericSoftware/spine-runtimes)
仓库,用于测试本项目对 Spine 3.8、4.0、4.1、4.2 JSON 数据的加载、预览与动画联动。
仓库,用于测试本项目对 Spine 3.8、4.0、4.1、4.2、4.3 JSON 数据的加载、预览与动画联动。
## 目录结构
@@ -12,12 +12,15 @@
- `spineboy.atlas`:纹理图集
- `spineboy.png`:图集贴图
`4.3/` 还包含官方 `spineboy-pro.skel`,用于验证 4.3 二进制加载和版本识别。
| 目录 | JSON 中的实际 Spine 版本 | 浏览器访问路径 |
| --- | --- | --- |
| `3.8/` | `3.8.55` | `/spine-test/3.8/` |
| `4.0/` | `4.0.31` | `/spine-test/4.0/` |
| `4.1/` | `4.1.17` | `/spine-test/4.1/` |
| `4.2/` | `4.2.22` | `/spine-test/4.2/` |
| `4.3/` | `4.3.75-beta` | `/spine-test/4.3/` |
## 手动测试
@@ -27,4 +30,4 @@
4. 检查资源版本、骨骼层级、动画列表、时间轴与粒子挂载联动。
测试时不要混用不同版本目录中的文件。资源版权和使用条件遵循
[`spine-runtimes` License](https://github.com/EsotericSoftware/spine-runtimes/blob/4.2/LICENSE)。
[`spine-runtimes` License](https://github.com/EsotericSoftware/spine-runtimes/blob/4.3/LICENSE)。