-
Notifications
You must be signed in to change notification settings - Fork 6
/
sprites.js
519 lines (519 loc) · 16.6 KB
/
sprites.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
module.exports = [
'thingy\\tileset\\ashworld\\rock01.grp',
'thingy\\tileset\\ashworld\\rock02.grp',
'thingy\\tileset\\ashworld\\rock03.grp',
'thingy\\tileset\\ashworld\\rock04.grp',
'thingy\\tileset\\ashworld\\rock05.grp',
'thingy\\tileset\\ashworld\\lalroc01.grp',
'thingy\\tileset\\ashworld\\lalroc02.grp',
'thingy\\tileset\\ashworld\\hasroc01.grp',
'thingy\\tileset\\ashworld\\hasroc02.grp',
'thingy\\tileset\\ashworld\\hasroc03.grp',
'thingy\\tileset\\ashworld\\hasroc04.grp',
'thingy\\tileset\\ashworld\\hasroc05.grp',
'thingy\\tileset\\ashworld\\hasroc06.grp',
'thingy\\tileset\\ashworld\\rorock01.grp',
'thingy\\tileset\\ashworld\\rorock02.grp',
'thingy\\tileset\\ashworld\\rorock03.grp',
'thingy\\tileset\\jungle\\hdrock01.grp',
'thingy\\tileset\\jungle\\hdrock02.grp',
'thingy\\tileset\\jungle\\hdrock03.grp',
'thingy\\tileset\\jungle\\hdrock04.grp',
'thingy\\tileset\\jungle\\jubush01.grp',
'thingy\\tileset\\jungle\\jubush03.grp',
'thingy\\tileset\\jungle\\jubush05.grp',
'thingy\\tileset\\jungle\\ldtree01.grp',
'thingy\\tileset\\jungle\\ldtree02.grp',
'thingy\\tileset\\jungle\\ldtree03.grp',
'thingy\\tileset\\jungle\\ldtree04.grp',
'thingy\\tileset\\jungle\\tree01.grp',
'thingy\\tileset\\jungle\\tree02.grp',
'thingy\\tileset\\jungle\\tree03.grp',
'thingy\\tileset\\jungle\\tree04.grp',
'thingy\\tileset\\jungle\\dd025.grp',
'thingy\\tileset\\jungle\\dd026.grp',
'thingy\\tileset\\jungle\\dd027.grp',
'thingy\\tileset\\jungle\\dd028.grp',
'thingy\\tileset\\jungle\\dd029.grp',
'thingy\\tileset\\jungle\\dd030.grp',
'thingy\\tileset\\jungle\\dd031.grp',
'thingy\\tileset\\jungle\\dd055.grp',
'thingy\\tileset\\jungle\\dd056.grp',
'thingy\\tileset\\jungle\\dd075.grp',
'thingy\\tileset\\jungle\\dd076.grp',
'thingy\\tileset\\jungle\\dd077.grp',
'thingy\\tileset\\jungle\\dd078.grp',
'thingy\\tileset\\jungle\\dd079.grp',
'thingy\\tileset\\jungle\\dd080.grp',
'thingy\\tileset\\jungle\\dd081.grp',
'thingy\\tileset\\jungle\\dd091.grp',
'thingy\\tileset\\jungle\\dd203.grp',
'thingy\\tileset\\jungle\\dd204.grp',
'thingy\\tileset\\jungle\\dd205.grp',
'thingy\\tileset\\jungle\\dd206.grp',
'thingy\\tileset\\jungle\\dd207.grp',
'thingy\\tileset\\jungle\\dd209.grp',
'thingy\\tileset\\jungle\\dd210.grp',
'thingy\\tileset\\jungle\\dd211.grp',
'thingy\\tileset\\platform\\dish01.grp',
'thingy\\tileset\\platform\\dish02.grp',
'thingy\\tileset\\platform\\dish03.grp',
'thingy\\tileset\\platform\\glob01.grp',
'thingy\\tileset\\platform\\glob02.grp',
'thingy\\tileset\\platform\\glob03.grp',
'thingy\\tileset\\platform\\towr01.grp',
'thingy\\tileset\\platform\\towr02.grp',
'thingy\\tileset\\platform\\tree01.grp',
'thingy\\tileset\\platform\\tree02.grp',
'thingy\\tileset\\platform\\lbsign01.grp',
'thingy\\tileset\\platform\\lbsign02.grp',
'thingy\\tileset\\platform\\lbsign03.grp',
'thingy\\tileset\\platform\\lbsign04.grp',
'thingy\\tileset\\platform\\lbsign05.grp',
'thingy\\tileset\\platform\\lbsign06.grp',
'thingy\\tileset\\platform\\lbsign07.grp',
'thingy\\tileset\\platform\\lbsign08.grp',
'thingy\\tileset\\platform\\spthin01.grp',
'thingy\\tileset\\platform\\refinery.grp',
'thingy\\tileset\\badlands\\hdrock01.grp',
'thingy\\tileset\\badlands\\hdrock02.grp',
'thingy\\tileset\\badlands\\hdrock03.grp',
'thingy\\tileset\\badlands\\hdrock04.grp',
'thingy\\tileset\\badlands\\hdrock05.grp',
'thingy\\tileset\\badlands\\hdrock06.grp',
'thingy\\tileset\\badlands\\hdrock07.grp',
'thingy\\tileset\\badlands\\hdrock08.grp',
'thingy\\tileset\\badlands\\hdvent01.grp',
'thingy\\tileset\\badlands\\hdtree01.grp',
'thingy\\tileset\\badlands\\hdtree02.grp',
'thingy\\tileset\\badlands\\hdtree03.grp',
'thingy\\tileset\\badlands\\hdtree04.grp',
'thingy\\tileset\\badlands\\hgtree01.grp',
'thingy\\tileset\\badlands\\lcshop01.grp',
'thingy\\tileset\\badlands\\lcshop02.grp',
'thingy\\tileset\\badlands\\lcshop03.grp',
'thingy\\tileset\\badlands\\lcshop04.grp',
'thingy\\tileset\\badlands\\lcshop05.grp',
'thingy\\tileset\\badlands\\lcshop06.grp',
'thingy\\tileset\\badlands\\lcshop07.grp',
'thingy\\tileset\\badlands\\lcshop08.grp',
'thingy\\tileset\\badlands\\lcshop09.grp',
'thingy\\tileset\\badlands\\lcshopaa.grp',
'thingy\\tileset\\badlands\\lcsign01.grp',
'thingy\\tileset\\badlands\\lcsign02.grp',
'thingy\\tileset\\badlands\\lcsign03.grp',
'thingy\\tileset\\badlands\\lcsign04.grp',
'thingy\\tileset\\badlands\\lcsign05.grp',
'thingy\\tileset\\badlands\\lcsign06.grp',
'thingy\\tileset\\badlands\\lcsign07.grp',
'thingy\\tileset\\badlands\\lcsign08.grp',
'thingy\\tileset\\badlands\\lcsign09.grp',
'thingy\\tileset\\badlands\\lcsignaa.grp',
'thingy\\tileset\\badlands\\lcsignbb.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\install\\dcfan1.grp',
'thingy\\tileset\\install\\dcfan1.grp',
'thingy\\tileset\\install\\dicran1.grp',
'thingy\\tileset\\install\\dicran2.grp',
'thingy\\tileset\\install\\dicran3.grp',
'thingy\\tileset\\install\\dicran4.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'thingy\\tileset\\install\\digear1.grp',
'thingy\\tileset\\install\\digear2.grp',
'thingy\\tileset\\badlands\\lcsigncc.grp',
'zerg\\avenger.grp',
'zerg\\zavdeath.grp',
'zerg\\zavexplo.grp',
'zerg\\brood.grp',
'zerg\\zbrdeath.grp',
'zerg\\bugguy.grp',
'thingy\\zbgexplo.grp',
'zerg\\cocoon.grp',
'zerg\\defiler.grp',
'zerg\\zdedeath.grp',
'zerg\\drone.grp',
'zerg\\zdrdeath.grp',
'zerg\\egg.grp',
'zerg\\zegdeath.grp',
'zerg\\guardian.grp',
'zerg\\zgudeath.grp',
'zerg\\hydra.grp',
'zerg\\zhydeath.grp',
'zerg\\uikerr.grp',
'zerg\\larva.grp',
'zerg\\zladeath.grp',
'zerg\\mutalid.grp',
'zerg\\zmudeath.grp',
'zerg\\overlord.grp',
'zerg\\zovdeath.grp',
'zerg\\queen.grp',
'zerg\\zqudeath.grp',
'zerg\\ultra.grp',
'zerg\\zuldeath.grp',
'zerg\\zergling.grp',
'zerg\\zzedeath.grp',
'zerg\\ucereb.grp',
'terran\\control.grp',
'zerg\\chrysal.grp',
'neutral\\kerrchry.grp',
'zerg\\cerebrat.grp',
'zerg\\fcolony.grp',
'zerg\\hatchery.grp',
'zerg\\hive.grp',
'zerg\\lair.grp',
'zerg\\lurker.grp',
'zerg\\mutacham.grp',
'zerg\\mutapit.grp',
'zerg\\nest.grp',
'zerg\\nyduspit.grp',
'zerg\\over1.grp',
'zerg\\over2.grp',
'zerg\\rcluster.grp',
'zerg\\extract.grp',
'zerg\\snakey.grp',
'zerg\\spire.grp',
'zerg\\scolony.grp',
'zerg\\zspawn01.grp',
'zerg\\zspawn02.grp',
'zerg\\zspawn03.grp',
'thingy\\zblddths.grp',
'thingy\\zrubbles.grp',
'thingy\\zrubblel.grp',
'protoss\\arbiter.grp',
'protoss\\archon.grp',
'protoss\\carrier.grp',
'protoss\\dragoon.grp',
'protoss\\pdrdeath.grp',
'protoss\\intercep.grp',
'protoss\\probe.grp',
'protoss\\scout.grp',
'protoss\\shuttle.grp',
'protoss\\templar.grp',
'protoss\\dtemplar.grp',
'protoss\\trilob.grp',
'protoss\\sapper.grp',
'protoss\\zealot.grp',
'protoss\\witness.grp',
'protoss\\archives.grp',
'protoss\\assim.grp',
'protoss\\beacon.grp',
'protoss\\citadel.grp',
'protoss\\forge.grp',
'protoss\\gateway.grp',
'protoss\\gencore.grp',
'neutral\\khyad01.grp',
'protoss\\nexus.grp',
'protoss\\photon.grp',
'protoss\\prism.grp',
'protoss\\pylon.grp',
'protoss\\robotic.grp',
'protoss\\sbattery.grp',
'protoss\\stargate.grp',
'neutral\\stasis.grp',
'protoss\\stasis.grp',
'neutral\\temple.grp',
'protoss\\warp.grp',
'thingy\\tbangx.grp',
'thingy\\prubbles.grp',
'thingy\\prubblel.grp',
'terran\\battlecr.grp',
'neutral\\civilian.grp',
'terran\\dropship.grp',
'terran\\firebat.grp',
'terran\\ghost.grp',
'terran\\tghdeath.grp',
'thingy\\nuketarg.grp',
'terran\\goliath.grp',
'terran\\goliatht.grp',
'terran\\ughost.grp',
'terran\\marine.grp',
'terran\\tmadeath.grp',
'terran\\marine.grp',
'terran\\phoenix.grp',
'terran\\scv.grp',
'terran\\tank.grp',
'terran\\tankt.grp',
'terran\\stank.grp',
'terran\\stankt.grp',
'terran\\vulture.grp',
'terran\\spider.grp',
'terran\\wessel.grp',
'terran\\wesselt.grp',
'terran\\academy.grp',
'terran\\tbarrack.grp',
'terran\\chemlab.grp',
'terran\\comsat.grp',
'terran\\control.grp',
'terran\\depot.grp',
'terran\\drydocks.grp',
'terran\\factory.grp',
'terran\\genelab.grp',
'neutral\\ion.grp',
'terran\\machines.grp',
'terran\\missile.grp',
'neutral\\cbattle.grp',
'terran\\physics.grp',
'terran\\pillbox.grp',
'terran\\refinery.grp',
'terran\\research.grp',
'terran\\nukesilo.grp',
'terran\\nukemiss.grp',
'thingy\\nukehit.grp',
'terran\\starport.grp',
'terran\\weaponpl.grp',
'terran\\tbldlrg.grp',
'terran\\tbldsml.grp',
'thingy\\tbangx.grp',
'thingy\\rubbles.grp',
'thingy\\rubblel.grp',
'neutral\\geyser.grp',
'neutral\\acritter.grp',
'neutral\\bcritter.grp',
'neutral\\jcritter.grp',
'neutral\\min01.grp',
'neutral\\min02.grp',
'neutral\\min03.grp',
'protoss\\scout.grp',
'zerg\\zmarker.grp',
'terran\\tmarker.grp',
'protoss\\pmarker.grp',
'thingy\\dswarm.grp',
'neutral\\flag.grp',
'neutral\\kerregg.grp',
'neutral\\psiemit.grp',
'neutral\\datadisk.grp',
'neutral\\khchunk.grp',
'neutral\\orechunk.grp',
'neutral\\orechunk.grp',
'neutral\\gasorb.grp',
'neutral\\gasorb.grp',
'neutral\\gassac.grp',
'neutral\\gassac.grp',
'neutral\\gastank.grp',
'neutral\\gastank.grp',
'bullet\\circle14.grp',
'thingy\\startloc.grp',
'neutral\\maprev.grp',
'thingy\\tileset\\install\\clplate2.grp',
'thingy\\tileset\\install\\dcgun1.grp',
'thingy\\tileset\\install\\dcgun1.grp',
'thingy\\tileset\\install\\dcgun2.grp',
'thingy\\tileset\\install\\dcgun2.grp',
'thingy\\tileset\\install\\clplate1.grp',
'thingy\\smoke.grp',
'thingy\\gresmoke.grp',
'thingy\\geysmok1.grp',
'thingy\\geysmok2.grp',
'thingy\\geysmok3.grp',
'thingy\\geysmok4.grp',
'thingy\\geysmok5.grp',
'thingy\\tileset\\install\\clplate2.grp',
'thingy\\dbl_exp.grp',
'thingy\\blackx.grp',
'zerg\\zegspawn.grp',
'thingy\\pteglow.grp',
'thingy\\juice01.grp',
'thingy\\bdust.grp',
'thingy\\dust01.grp',
'thingy\\dust02.grp',
'thingy\\dust03.grp',
'thingy\\dust04.grp',
'thingy\\dust05.grp',
'thingy\\dust06.grp',
'thingy\\dust07.grp',
'thingy\\dust08.grp',
'thingy\\dust09.grp',
'thingy\\spooge.grp',
'bullet\\pspark.grp',
'bullet\\ephfire.grp',
'bullet\\hks.grp',
'bullet\\blastcan.grp',
'bullet\\dragbull.grp',
'bullet\\epbbul.grp',
'thingy\\psistorm.grp',
'bullet\\scvspark.grp',
'bullet\\tspark.grp',
'bullet\\gemini.grp',
'bullet\\grenade.grp',
'thingy\\eldfire.grp',
'bullet\\missile.grp',
'thingy\\ecahit.grp',
'thingy\\elbfire.grp',
'thingy\\elbfirew.grp',
'thingy\\mushroom.grp',
'bullet\\eycbull.grp',
'bullet\\eycbull.grp',
'bullet\\missile.grp',
'bullet\\zspark.grp',
'bullet\\pdriphit.grp',
'bullet\\tentacle.grp',
'thingy\\ep2fire.grp',
'thingy\\ep3shot.grp',
'bullet\\spores.grp',
'bullet\\spore2.grp',
'bullet\\parasite.grp',
'thingy\\esfhit.grp',
'thingy\\ebbcloud.grp',
'thingy\\consume.grp',
'thingy\\ensnare.grp',
'thingy\\sporehit.grp',
'thingy\\emshit.grp',
'thingy\\spotrail.grp',
'thingy\\gsmoke.grp',
'bullet\\dragbull.grp',
'bullet\\circle14.grp',
'thingy\\plasma.grp',
'thingy\\plasdrip.grp',
'thingy\\hktrail.grp',
'thingy\\ehamed.grp',
'thingy\\ehamed.grp',
'thingy\\ehamed.grp',
'terran\\pillboxt.grp',
'thingy\\flamer.grp',
'thingy\\recall.grp',
'thingy\\evecast.grp',
'thingy\\tileset\\install\\crdoor1.grp',
'thingy\\tileset\\install\\crdoor1.grp',
'thingy\\tileset\\install\\didoor1.grp',
'thingy\\tileset\\install\\didoor1.grp',
'thingy\\tileset\\install\\dihatc1.grp',
'thingy\\tileset\\twilight\\ldxel01.grp',
'thingy\\tileset\\twilight\\ldxel02.grp',
'thingy\\tileset\\twilight\\ldxel03.grp',
'thingy\\tileset\\twilight\\ldxel04.grp',
'thingy\\tileset\\twilight\\ldxel05.grp',
'thingy\\tileset\\twilight\\ldxel06.grp',
'thingy\\tileset\\twilight\\ldarch.grp',
'thingy\\tileset\\twilight\\lddrill.grp',
'thingy\\tileset\\twilight\\ldxeltur.grp',
'thingy\\tileset\\twilight\\jtree01.grp',
'thingy\\tileset\\twilight\\jtree02.grp',
'thingy\\tileset\\twilight\\jtree03.grp',
'thingy\\tileset\\twilight\\jtree04.grp',
'thingy\\tileset\\twilight\\jtree05.grp',
'thingy\\tileset\\twilight\\rstatue.grp',
'thingy\\tileset\\twilight\\rstatue.grp',
'thingy\\tileset\\ice\\hdbld01.grp',
'thingy\\tileset\\ice\\hdbld02.grp',
'thingy\\tileset\\ice\\hdbld03.grp',
'thingy\\tileset\\ice\\hdbld04.grp',
'thingy\\tileset\\ice\\hdradarl.grp',
'thingy\\tileset\\ice\\hdradarr.grp',
'thingy\\tileset\\ice\\hdrock01.grp',
'thingy\\tileset\\ice\\hdrock02.grp',
'thingy\\tileset\\ice\\hdstre01.grp',
'thingy\\tileset\\ice\\hdstre02.grp',
'thingy\\tileset\\ice\\hdstre03.grp',
'thingy\\tileset\\ice\\hdstre04.grp',
'thingy\\tileset\\ice\\hdspire.grp',
'thingy\\tileset\\ice\\hdtwr01.grp',
'thingy\\tileset\\ice\\hdtwr02.grp',
'thingy\\tileset\\ice\\ldbtre01.grp',
'thingy\\tileset\\ice\\ldbtre02.grp',
'thingy\\tileset\\ice\\ldbtre03.grp',
'thingy\\tileset\\ice\\ldbtre04.grp',
'thingy\\tileset\\ice\\ldbld01.grp',
'thingy\\tileset\\ice\\ldbld02.grp',
'thingy\\tileset\\ice\\ldcomm.grp',
'thingy\\tileset\\ice\\lddtre01.grp',
'thingy\\tileset\\ice\\lddtre02.grp',
'thingy\\tileset\\ice\\lddish.grp',
'thingy\\tileset\\ice\\ldrdr01.grp',
'thingy\\tileset\\ice\\ldrdr02.grp',
'thingy\\tileset\\ice\\ldrdr03.grp',
'thingy\\tileset\\ice\\ldrck01.grp',
'thingy\\tileset\\ice\\ldrck02.grp',
'thingy\\tileset\\ice\\hdradr02.grp',
'thingy\\tileset\\ice\\ldthing.grp',
'thingy\\tileset\\ice\\ldsmrock.grp',
'thingy\\tileset\\ice\\ldrck01.grp',
'thingy\\tileset\\ice\\ldrck02.grp',
'thingy\\tileset\\ice\\hdpipes.grp',
'thingy\\tileset\\ice\\hdpipes.grp',
'thingy\\tileset\\ice\\hdradr02.grp',
'thingy\\tileset\\ice\\jgant1.grp',
'thingy\\tileset\\ice\\jgant1.grp',
'thingy\\tileset\\ice\\rjbtree1.grp',
'thingy\\tileset\\ice\\rjbtree2.grp',
'thingy\\tileset\\ice\\rjbtree3.grp',
'thingy\\tileset\\ice\\rjbtree4.grp',
'thingy\\tileset\\desert\\hdbant.grp',
'thingy\\tileset\\desert\\hdbbroke.grp',
'thingy\\tileset\\desert\\hdbgas.grp',
'thingy\\tileset\\desert\\hdbmed.grp',
'thingy\\tileset\\desert\\hdbmoss.grp',
'thingy\\tileset\\desert\\hdbtent.grp',
'thingy\\tileset\\desert\\hdplnt03.grp',
'thingy\\tileset\\desert\\jgbroke.grp',
'thingy\\tileset\\desert\\jgbgas.grp',
'thingy\\tileset\\desert\\jgbgen.grp',
'thingy\\tileset\\desert\\jgbsgn.grp',
'thingy\\tileset\\desert\\jgbtent.grp',
'thingy\\tileset\\desert\\jgbcomm.grp',
'thingy\\tileset\\desert\\jgbfact.grp',
'thingy\\tileset\\desert\\jgbred.grp',
'thingy\\tileset\\desert\\jgplnt01.grp',
'thingy\\tileset\\desert\\jgplnt02.grp',
'thingy\\tileset\\desert\\ldbaz.grp',
'thingy\\tileset\\desert\\ldbgas.grp',
'thingy\\tileset\\desert\\ldbgren.grp',
'thingy\\tileset\\desert\\ldbneon.grp',
'thingy\\tileset\\desert\\ldbsuky.grp',
'thingy\\tileset\\desert\\ldbtent.grp',
'thingy\\tileset\\desert\\ldneon.grp',
'thingy\\tileset\\desert\\hdlbox01.grp',
'thingy\\tileset\\desert\\hdlbox01.grp',
'thingy\\tileset\\desert\\hdmachn2.grp',
'thingy\\tileset\\desert\\hdmachn2.grp',
'thingy\\tileset\\desert\\ldlbox01.grp',
'thingy\\tileset\\desert\\ldlbox01.grp',
'thingy\\tileset\\desert\\ldmachn1.grp',
'thingy\\tileset\\desert\\ldmachn1.grp',
'thingy\\tileset\\desert\\ldplnt04.grp',
'thingy\\tileset\\desert\\tgas.grp',
'thingy\\tileset\\desert\\sarlacc.grp',
'zerg\\lurkegg.grp',
'zerg\\devour.grp',
'zerg\\zdvdeath.grp',
'zerg\\zlurker.grp',
'zerg\\zlurker.grp',
'protoss\\darchn.grp',
'protoss\\corsair.grp',
'protoss\\dtemplar.grp',
'terran\\medic.grp',
'terran\\tmedeath.grp',
'terran\\bomber.grp',
'neutral\\kcritter.grp',
'neutral\\scritter.grp',
'neutral\\icritter.grp',
'zerg\\xovermnd.grp',
'neutral\\generate.grp',
'protoss\\xeltempl.grp',
'neutral\\psidisr.grp',
'protoss\\xwarpgat.grp',
'thingy\\pdapsysm.grp',
'thingy\\pdapsymd.grp',
'thingy\\pdapsylg.grp',
'thingy\\disrupt.grp',
'bullet\\circle14.grp',
'thingy\\bsmoke.grp',
'thingy\\pcssplsh.grp',
'thingy\\elbfirec.grp',
'bullet\\grenade.grp',
'bullet\\smmissle.grp',
'zerg\\zmarker.grp',
'bullet\\spike.grp',
'thingy\\zdvpuke.grp',
'thingy\\zdvhit.grp',
'thingy\\maelhit.grp',
'neutral\\uraj.grp',
'neutral\\khalis.grp',
]