1{
2"_comment" : "This file contains the difinition of all sprites",
3"fallback" : {
4	"_comment" : "This is the fallback sprite that are used if the game request a sprite not in any file",
5	"texture" : "fallback",
6	"topx" : 0,
7	"topy" : 0,
8	"height" : 64,
9	"width" : 64,
10	"number_of_frames" : 1,
11	"frame_time" : 1
12},
13
14"backboard" :  {
15	"texture" : "back_board",
16	"topx" : 0,
17	"topy" : 0,
18	"height" : 600,
19	"width" : 300,
20	"number_of_frames" : 1,
21	"frame_time" : 1
22},
23
24"background" :  {
25	"texture" : "background",
26	"topx" : 0,
27	"topy" : 0,
28	"height" : 768,
29	"width" : 1024,
30	"number_of_frames" : 1,
31	"frame_time" : 1
32},
33
34"bexit" : {
35	"texture" : "b_exit",
36	"topx" : 0,
37	"topy" : 0,
38	"height" : 100,
39	"width" : 100,
40	"number_of_frames" : 1,
41	"frame_time" : 1
42},
43
44"block_blue" : {
45	"texture" : "blue",
46	"topx" : 0,
47	"topy" : 0,
48	"height" : 50,
49	"width" : 50,
50	"number_of_frames" : 1,
51	"frame_time" : 1
52},
53
54"block_bomb" : {
55	"texture" : "bomb",
56	"topx" : 0,
57	"topy" : 0,
58	"height" : 50,
59	"width" : 50,
60	"number_of_frames" : 2,
61	"frame_time" : 150
62},
63
64"block_green" : {
65	"texture" : "green",
66	"topx" : 0,
67	"topy" : 0,
68	"height" : 50,
69	"width" : 50,
70	"number_of_frames" : 1,
71	"frame_time" : 1
72},
73
74"block_grey" : {
75	"texture" : "grey",
76	"topx" : 0,
77	"topy" : 0,
78	"height" : 50,
79	"width" : 50,
80	"number_of_frames" : 1,
81	"frame_time" : 1
82},
83
84"block_purple" : {
85	"texture" : "purple",
86	"topx" : 0,
87	"topy" : 0,
88	"height" : 50,
89	"width" : 50,
90	"number_of_frames" : 1,
91	"frame_time" : 1
92},
93
94"block_ready" : {
95	"texture" : "ready",
96	"topx" : 0,
97	"topy" : 0,
98	"height" : 50,
99	"width" : 50,
100	"number_of_frames" : 2,
101	"frame_time" : 500
102},
103
104"block_red" : {
105	"texture" : "red",
106	"topx" : 0,
107	"topy" : 0,
108	"height" : 50,
109	"width" : 50,
110	"number_of_frames" : 1,
111	"frame_time" : 1
112},
113
114"block_trans" : {
115	"texture" : "trans_cover",
116	"topx" : 0,
117	"topy" : 0,
118	"height" : 50,
119	"width" : 50,
120	"number_of_frames" : 1,
121	"frame_time" : 1
122},
123
124"block_turkish" : {
125	"texture" : "turkish",
126	"topx" : 0,
127	"topy" : 0,
128	"height" : 50,
129	"width" : 50,
130	"number_of_frames" : 1,
131	"frame_time" : 1
132},
133
134"block_yellow" : {
135	"texture" : "yellow",
136	"topx" : 0,
137	"topy" : 0,
138	"height" : 50,
139	"width" : 50,
140	"number_of_frames" : 1,
141	"frame_time" : 1
142},
143
144"boardbackback" : {
145	"texture" : "board_back_back",
146	"topx" : 0,
147	"topy" : 0,
148	"height" : 699,
149	"width" : 476,
150	"number_of_frames" : 1,
151	"frame_time" : 1,
152	"originx" : 57,
153	"originy" : 72
154},
155
156"cursor" : {
157	"texture" : "cursor",
158	"topx" : 0,
159	"topy" : 0,
160	"height" : 58,
161	"width" : 108,
162	"number_of_frames" : 2,
163	"frame_time" : 400,
164	"originx" : 4,
165	"originx_comment" : "This tells the game that the top left corner is placed a little different",
166	"originy" : 4
167},
168
169"touchcursor" : {
170	"texture" : "touchcursor",
171	"topx" : 0,
172	"topy" : 0,
173	"height" : 52,
174	"width" : 52,
175	"originx" : 1,
176	"originy" : 1
177}
178
179}
180