]> Dogcows Code - chaz/yoink/blob - data/animations/Effects.json
starting to move to a generic state structure
[chaz/yoink] / data / animations / Effects.json
1 {
2 "Fireball":
3 {
4 "delay": 0.1,
5 "frames":
6 [
7 {
8 "index": 0
9 },
10 {
11 "index": 1
12 },
13 {
14 "index": 2
15 },
16 {
17 "index": 1
18 },
19 {
20 "index": 0
21 }
22 ]
23 },
24 "Smoke":
25 {
26 "delay": 0.05,
27 "loop": true,
28 "frames":
29 [
30 {
31 "index": 4
32 },
33 {
34 "index": 5
35 },
36 {
37 "index": 6
38 }
39 ]
40 },
41 "GreenDiamond":
42 {
43 "delay": 0.05,
44 "frames":
45 [
46 {
47 "index": 7
48 },
49 {
50 "index": 8
51 },
52 {
53 "index": 9
54 },
55 {
56 "index": 10
57 },
58 {
59 "index": 11
60 }
61 ]
62 },
63 "ChargeParticle":
64 {
65 "delay": 0.03,
66 "loop": true,
67 "frames":
68 [
69 {
70 "index": 12
71 },
72 {
73 "index": 13
74 },
75 {
76 "index": 1
77 },
78 {
79 "index": 3
80 },
81 {
82 "index": 14
83 },
84 {
85 "index": 13
86 },
87 {
88 "index": 12
89 }
90 ]
91 },
92 "Poof":
93 {
94 "delay": 0.05,
95 "loop": true,
96 "frames":
97 [
98 {
99 "index": 23
100 },
101 {
102 "index": 24
103 },
104 {
105 "index": 25
106 },
107 {
108 "index": 26
109 },
110 {
111 "index": 27
112 }
113 ]
114 }
115 }
This page took 0.033471 seconds and 4 git commands to generate.