]> Dogcows Code - chaz/yoink/blob - data/animations/Bonuses.json
starting to move to a generic state structure
[chaz/yoink] / data / animations / Bonuses.json
1 {
2 "SmallHealth":
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 },
21 "LargeHealth":
22 {
23 "delay": 0.1,
24 "frames":
25 [
26 {
27 "index": 3
28 },
29 {
30 "index": 4
31 },
32 {
33 "index": 5
34 },
35 {
36 "index": 4
37 }
38 ]
39 },
40 "SmallRedPotion":
41 {
42 "delay": 0.1,
43 "frames":
44 [
45 {
46 "index": 6
47 },
48 {
49 "index": 7
50 },
51 {
52 "index": 8
53 },
54 {
55 "index": 7
56 }
57 ]
58 },
59 "SmallBluePotion":
60 {
61 "delay": 0.1,
62 "frames":
63 [
64 {
65 "index": 9
66 },
67 {
68 "index": 10
69 },
70 {
71 "index": 11
72 },
73 {
74 "index": 10
75 }
76 ]
77 },
78 "FirstAidKit":
79 {
80 "delay": 1,
81 "frames":
82 [
83 {
84 "index": 12
85 }
86 ]
87 },
88 "AlienFirstAidKit":
89 {
90 "delay": 1,
91 "frames":
92 [
93 {
94 "index": 13
95 }
96 ]
97 },
98 "Cake":
99 {
100 "delay": 1,
101 "frames":
102 [
103 {
104 "index": 14
105 }
106 ]
107 },
108 "FizzyDrink":
109 {
110 "delay": 1,
111 "frames":
112 [
113 {
114 "index": 15
115 }
116 ]
117 },
118 "Cheese":
119 {
120 "delay": 1,
121 "frames":
122 [
123 {
124 "index": 16
125 }
126 ]
127 },
128 "Chocolate":
129 {
130 "delay": 1,
131 "frames":
132 [
133 {
134 "index": 17
135 }
136 ]
137 },
138 "MilkBottle":
139 {
140 "delay": 1,
141 "frames":
142 [
143 {
144 "index": 18
145 }
146 ]
147 },
148 "OneSadCookie":
149 {
150 "delay": 1,
151 "frames":
152 [
153 {
154 "index": 19
155 }
156 ]
157 }
158 }
This page took 0.04053 seconds and 4 git commands to generate.