|
1 | 1 | { |
2 | 2 | "version": "1.0.0", |
3 | 3 | "name": "Girlfriend (Dark)", |
4 | | - "renderType": "sparrow", |
5 | | - "assetPath": "characters/gf_dark", |
| 4 | + "renderType": "animateatlas", |
| 5 | + "assetPath": "shared:characters/gf-dark", |
6 | 6 | "startingAnimation": "danceRight", |
7 | | - "healthIcon": { |
8 | | - "id": "gf", |
9 | | - "flipX": false |
| 7 | + "offsets": [0, -165], |
| 8 | + "cameraOffsets": [0, -165], |
| 9 | + "atlasSettings": { |
| 10 | + "useRenderTexture": true |
10 | 11 | }, |
11 | | - "singTime": 8.0, |
12 | 12 | "animations": [ |
13 | 13 | { |
14 | 14 | "name": "danceLeft", |
15 | | - "prefix": "GF Dancing Beat", |
16 | | - "frameIndices": [30, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], |
17 | | - "offsets": [0, -9] |
| 15 | + "prefix": "Idle", |
| 16 | + "frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] |
18 | 17 | }, |
19 | 18 | { |
20 | 19 | "name": "danceRight", |
21 | | - "prefix": "GF Dancing Beat", |
| 20 | + "prefix": "Idle", |
22 | 21 | "frameIndices": [ |
23 | 22 | 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 |
24 | | - ], |
25 | | - "offsets": [0, -9] |
26 | | - }, |
27 | | - { |
28 | | - "name": "sad", |
29 | | - "prefix": "gf sad", |
30 | | - "frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], |
31 | | - "offsets": [2, -21] |
32 | | - }, |
33 | | - { |
34 | | - "name": "cheer", |
35 | | - "prefix": "GF Cheer", |
36 | | - "offsets": [0, 0] |
| 23 | + ] |
37 | 24 | }, |
38 | 25 | { |
39 | 26 | "name": "combo50", |
40 | | - "prefix": "GF Cheer", |
41 | | - "offsets": [0, 0] |
| 27 | + "prefix": "Cheer" |
42 | 28 | }, |
43 | 29 | { |
44 | 30 | "name": "drop70", |
45 | | - "prefix": "gf sad", |
46 | | - "frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], |
47 | | - "offsets": [2, -21] |
| 31 | + "prefix": "Crying", |
| 32 | + "frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] |
48 | 33 | }, |
49 | 34 | { |
50 | 35 | "name": "scared", |
51 | | - "prefix": "GF FEAR", |
52 | | - "offsets": [-2, -17], |
| 36 | + "prefix": "Fear", |
53 | 37 | "frameIndices": [0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3] |
54 | 38 | } |
55 | 39 | ] |
|
0 commit comments