|
31 | 31 | "x": 96, |
32 | 32 | "y": 0 |
33 | 33 | } |
34 | | - ] |
| 34 | + ], |
| 35 | + "workflow": { |
| 36 | + "animationName": "none", |
| 37 | + "directionLabel": "NE", |
| 38 | + "workflowId": "diagonal-4dir", |
| 39 | + "workflowLabel": "Diagonal Only 4-direction" |
| 40 | + } |
35 | 41 | }, |
36 | 42 | { |
37 | 43 | "fps": 10, |
|
64 | 70 | "x": 96, |
65 | 71 | "y": 32 |
66 | 72 | } |
67 | | - ] |
| 73 | + ], |
| 74 | + "workflow": { |
| 75 | + "animationName": "none", |
| 76 | + "directionLabel": "SE", |
| 77 | + "workflowId": "diagonal-4dir", |
| 78 | + "workflowLabel": "Diagonal Only 4-direction" |
| 79 | + } |
68 | 80 | }, |
69 | 81 | { |
70 | 82 | "fps": 10, |
|
97 | 109 | "x": 96, |
98 | 110 | "y": 64 |
99 | 111 | } |
100 | | - ] |
| 112 | + ], |
| 113 | + "workflow": { |
| 114 | + "animationName": "none", |
| 115 | + "directionLabel": "SW", |
| 116 | + "workflowId": "diagonal-4dir", |
| 117 | + "workflowLabel": "Diagonal Only 4-direction" |
| 118 | + } |
101 | 119 | }, |
102 | 120 | { |
103 | 121 | "fps": 10, |
|
130 | 148 | "x": 96, |
131 | 149 | "y": 96 |
132 | 150 | } |
133 | | - ] |
| 151 | + ], |
| 152 | + "workflow": { |
| 153 | + "animationName": "none", |
| 154 | + "directionLabel": "NW", |
| 155 | + "workflowId": "diagonal-4dir", |
| 156 | + "workflowLabel": "Diagonal Only 4-direction" |
| 157 | + } |
| 158 | + } |
| 159 | + ], |
| 160 | + "directionalAnimations": [ |
| 161 | + { |
| 162 | + "directions": [ |
| 163 | + { |
| 164 | + "animation": "none_NE", |
| 165 | + "label": "NE" |
| 166 | + }, |
| 167 | + { |
| 168 | + "animation": "none_SE", |
| 169 | + "label": "SE" |
| 170 | + }, |
| 171 | + { |
| 172 | + "animation": "none_SW", |
| 173 | + "label": "SW" |
| 174 | + }, |
| 175 | + { |
| 176 | + "animation": "none_NW", |
| 177 | + "label": "NW" |
| 178 | + } |
| 179 | + ], |
| 180 | + "name": "none", |
| 181 | + "workflowId": "diagonal-4dir", |
| 182 | + "workflowLabel": "Diagonal Only 4-direction" |
134 | 183 | } |
135 | 184 | ], |
136 | 185 | "meta": { |
|
0 commit comments