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