]> Dogcows Code - chaz/yoink/blob - data/animations/AlienWarrior.json
fixed up video and texture handling
[chaz/yoink] / data / animations / AlienWarrior.json
1 {
2 "Stand":
3 {
4 "type": "Stand",
5 "delay": 1,
6 "frames":
7 [
8 {
9 "index": 0,
10 "duration": 2
11 },
12 {
13 "index": 1,
14 "duration": 0.25
15 },
16 {
17 "index": 2,
18 "duration": 2
19 },
20 {
21 "index": 1,
22 "duration": 0.25
23 }
24 ]
25 },
26 "Run":
27 {
28 "type": "Run",
29 "delay": 0.25,
30 "frames":
31 [
32 {
33 "index": 3
34 },
35 {
36 "index": 4
37 },
38 {
39 "index": 5
40 },
41 {
42 "index": 6
43 }
44 ]
45 },
46 "StopRunning":
47 {
48 "type": "Stand",
49 "next": "Stand",
50 "delay": 10,
51 "loop": true,
52 "frames":
53 [
54 {
55 "index": 7
56 }
57 ]
58 },
59 "Jump":
60 {
61 "type": "Jump",
62 "next": "FlyDiagonallyUp",
63 "delay": 0.25,
64 "frames":
65 [
66 {
67 "index": 17
68 }
69 ]
70 },
71 "Land":
72 {
73 "type": "Stand",
74 "next": "Stand",
75 "delay": 1,
76 "loop": true,
77 "frames":
78 [
79 {
80 "index": 13,
81 "duration": 0.25
82 }
83 ]
84 },
85 "FlyDiagonallyUp":
86 {
87 "type": "Fly",
88 "delay": 0.1,
89 "frames":
90 [
91 {
92 "index": 18
93 }
94 ]
95 },
96 "FlyDiagonallyDown":
97 {
98 "type": "Fly",
99 "delay": 0.1,
100 "frames":
101 [
102 {
103 "index": 19
104 }
105 ]
106 },
107 "FlyStraightUp":
108 {
109 "type": "Fly",
110 "delay": 0.1,
111 "frames":
112 [
113 {
114 "index": 19
115 }
116 ]
117 },
118 "FlyHorizontally":
119 {
120 "type": "Fly",
121 "frames":
122 [
123 {
124 "index": 3
125 }
126 ]
127 },
128 "Punch":
129 {
130 "type": "Attack",
131 "delay": 0.2,
132 "frames":
133 [
134 {
135 "index": 8
136 },
137 {
138 "index": 9
139 }
140 ]
141 },
142 "StartFiring":
143 {
144 "type": "Attack",
145 "next": "Fire",
146 "delay": 0.1,
147 "frames":
148 [
149 {
150 "index": 0
151 },
152 {
153 "index": 8
154 }
155 ]
156 },
157 "Fire":
158 {
159 "type": "Attack",
160 "delay": 1,
161 "frames":
162 [
163 {
164 "index": 10,
165 "duration": 0.2
166 },
167 {
168 "index": 11,
169 "duration": 0.2
170 }
171 ]
172 },
173 "StopFiring":
174 {
175 "type": "Attack",
176 "next": "Stand",
177 "delay": 0.1,
178 "frames":
179 [
180 {
181 "index": 8
182 },
183 {
184 "index": 0
185 }
186 ]
187 },
188 "KnockedDown":
189 {
190 "type": "Hit",
191 "delay": 0.1,
192 "loop": true,
193 "frames":
194 [
195 {
196 "index": 16
197 },
198 {
199 "index": 15
200 }
201 ]
202 },
203 "Flattened":
204 {
205 "type": "Hit",
206 "delay": 1,
207 "frames":
208 [
209 {
210 "index": 13
211 }
212 ]
213 }
214 }
This page took 0.037521 seconds and 4 git commands to generate.