Skip to content

Commit 55f2d68

Browse files
committed
[ts] Add physics example exports
1 parent dcb73ec commit 55f2d68

13 files changed

+3865
-0
lines changed

examples/export/runtimes.sh

+9
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,15 @@ cp -f ../coin/export/coin-pro.skel "$ROOT/spine-ts/spine-webgl/example/assets/"
310310
cp -f ../coin/export/coin-pma.atlas "$ROOT/spine-ts/spine-webgl/example/assets/"
311311
cp -f ../coin/export/coin-pma.png "$ROOT/spine-ts/spine-webgl/example/assets/"
312312

313+
cp -f ../cloud-pot/export/cloud-pot.json "$ROOT/spine-ts/spine-webgl/example/assets/"
314+
cp -f ../cloud-pot/export/cloud-pot.skel "$ROOT/spine-ts/spine-webgl/example/assets/"
315+
cp -f ../cloud-pot/export/cloud-pot-pma.atlas "$ROOT/spine-ts/spine-webgl/example/assets/"
316+
cp -f ../cloud-pot/export/cloud-pot-pma.png "$ROOT/spine-ts/spine-webgl/example/assets/"
317+
318+
cp -f ../snowglobe/export/snowglobe-pro.json "$ROOT/spine-ts/spine-webgl/example/assets/"
319+
cp -f ../snowglobe/export/snowglobe-pro.skel "$ROOT/spine-ts/spine-webgl/example/assets/"
320+
cp -f ../snowglobe/export/snowglobe-pma* "$ROOT/spine-ts/spine-webgl/example/assets/"
321+
313322
cp -f ../goblins/export/goblins-pro.json "$ROOT/spine-ts/spine-webgl/example/assets/"
314323
cp -f ../goblins/export/goblins-pro.skel "$ROOT/spine-ts/spine-webgl/example/assets/"
315324
cp -f ../goblins/export/goblins-pma.atlas "$ROOT/spine-ts/spine-webgl/example/assets/"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
cloud-pot-pma.png
2+
size: 1024, 512
3+
filter: Linear, Linear
4+
pma: true
5+
scale: 0.5
6+
cloud-base-1
7+
bounds: 2, 300, 233, 210
8+
cloud-base-10
9+
bounds: 214, 113, 97, 101
10+
cloud-base-2
11+
bounds: 2, 90, 210, 208
12+
cloud-base-3
13+
bounds: 237, 346, 175, 164
14+
cloud-base-4
15+
bounds: 414, 347, 176, 163
16+
cloud-base-5
17+
bounds: 313, 89, 145, 125
18+
cloud-base-6
19+
bounds: 744, 374, 161, 136
20+
cloud-base-7
21+
bounds: 592, 361, 150, 149
22+
cloud-base-8
23+
bounds: 237, 216, 154, 128
24+
cloud-base-9
25+
bounds: 907, 402, 107, 108
26+
cloud-cheeks
27+
bounds: 2, 9, 218, 79
28+
cloud-eyes-closed
29+
bounds: 744, 350, 132, 22
30+
cloud-eyes-open
31+
bounds: 592, 333, 133, 26
32+
cloud-eyes-reflex
33+
bounds: 393, 224, 120, 17
34+
rotate: 90
35+
cloud-mouth-closed
36+
bounds: 907, 374, 49, 16
37+
cloud-mouth-open
38+
bounds: 222, 15, 59, 35
39+
leaf-big
40+
bounds: 214, 218, 20, 49
41+
leaf-small
42+
bounds: 958, 373, 17, 30
43+
rotate: 90
44+
petal-1
45+
bounds: 283, 2, 26, 18
46+
petal-2
47+
bounds: 283, 22, 28, 17
48+
rotate: 90
49+
petal-3
50+
bounds: 214, 269, 29, 21
51+
rotate: 90
52+
pot-base
53+
bounds: 222, 52, 76, 59
54+
pot-eyes-closed
55+
bounds: 878, 363, 46, 9
56+
pot-eyes-open
57+
bounds: 222, 2, 40, 11
58+
pot-mouth-open
59+
bounds: 990, 374, 14, 16
60+
pot-mouth-pouty
61+
bounds: 300, 93, 18, 10
62+
rotate: 90
63+
pot-mouth-smile
64+
bounds: 300, 77, 14, 10
65+
rotate: 90
66+
pot-mouth-smile-big
67+
bounds: 878, 352, 20, 9
68+
rain-blue
69+
bounds: 926, 360, 12, 18
70+
rotate: 90
71+
rain-color
72+
bounds: 264, 4, 9, 17
73+
rotate: 90
74+
rain-green
75+
bounds: 900, 349, 12, 18
76+
rotate: 90
77+
rain-white
78+
bounds: 727, 337, 12, 22
79+
rain-white-reflex
80+
bounds: 2, 2, 5, 10
81+
rotate: 90
82+
stem
83+
bounds: 907, 392, 8, 105
84+
rotate: 90
85+
stem-end
86+
bounds: 300, 62, 13, 13
Loading

0 commit comments

Comments
 (0)