]> Dogcows Code - chaz/yoink/blob - share/animation/Bonuses.json
new classes: resource, tilemap, animation
[chaz/yoink] / share / animation / Bonuses.json
1 {
2 "SmallHealth": {
3 "delay": 0.1,
4 "frames": [
5 {
6 "index": 0
7 },
8 {
9 "index": 1
10 },
11 {
12 "index": 2
13 },
14 {
15 "index": 1
16 }
17 ]
18 },
19 "LargeHealth": {
20 "delay": 0.1,
21 "frames": [
22 {
23 "index": 3
24 },
25 {
26 "index": 4
27 },
28 {
29 "index": 5
30 },
31 {
32 "index": 4
33 }
34 ]
35 },
36 "SmallRedPotion": {
37 "delay": 0.1,
38 "frames": [
39 {
40 "index": 6
41 },
42 {
43 "index": 7
44 },
45 {
46 "index": 8
47 },
48 {
49 "index": 7
50 }
51 ]
52 },
53 "SmallBluePotion": {
54 "delay": 0.1,
55 "frames": [
56 {
57 "index": 9
58 },
59 {
60 "index": 10
61 },
62 {
63 "index": 11
64 },
65 {
66 "index": 10
67 }
68 ]
69 },
70 "FirstAidKit": {
71 "delay": 1,
72 "frames": [
73 {
74 "index": 12
75 }
76 ]
77 },
78 "AlienFirstAidKit": {
79 "delay": 1,
80 "frames": [
81 {
82 "index": 13
83 }
84 ]
85 },
86 "Cake": {
87 "delay": 1,
88 "frames": [
89 {
90 "index": 14
91 }
92 ]
93 },
94 "FizzyDrink": {
95 "delay": 1,
96 "frames": [
97 {
98 "index": 15
99 }
100 ]
101 },
102 "Cheese": {
103 "delay": 1,
104 "frames": [
105 {
106 "index": 16
107 }
108 ]
109 },
110 "Chocolate": {
111 "delay": 1,
112 "frames": [
113 {
114 "index": 17
115 }
116 ]
117 },
118 "MilkBottle": {
119 "delay": 1,
120 "frames": [
121 {
122 "index": 18
123 }
124 ]
125 },
126 "OneSadCookie": {
127 "delay": 1,
128 "frames": [
129 {
130 "index": 19
131 }
132 ]
133 }
134 }
This page took 0.03354 seconds and 4 git commands to generate.