summaryrefslogtreecommitdiff
path: root/games/linux-worldofgoo-demo/pkg-plist
blob: a426af65653dead77950aff6efda395629ddab4b (plain) (blame)
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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
%%DATADIR%%/properties/config.txt
%%DATADIR%%/properties/fx.xml.bin
%%DATADIR%%/properties/materials.xml.bin
%%DATADIR%%/properties/profanity.xml.bin
%%DATADIR%%/properties/resources.xml.bin
%%DATADIR%%/properties/text.xml.bin
%%DATADIR%%/res/anim/ball_counter.anim.binltl
%%DATADIR%%/res/anim/ball_counter.anim.binltl64
%%DATADIR%%/res/anim/ball_counter_ocd.anim.binltl
%%DATADIR%%/res/anim/ball_counter_ocd.anim.binltl64
%%DATADIR%%/res/anim/blink.anim.binltl
%%DATADIR%%/res/anim/blink.anim.binltl64
%%DATADIR%%/res/anim/closer.anim.binltl
%%DATADIR%%/res/anim/closer.anim.binltl64
%%DATADIR%%/res/anim/discovery.anim.binltl
%%DATADIR%%/res/anim/discovery.anim.binltl64
%%DATADIR%%/res/anim/hairblow.anim.binltl
%%DATADIR%%/res/anim/hairblow.anim.binltl64
%%DATADIR%%/res/anim/happyTreeDance.anim.binltl
%%DATADIR%%/res/anim/happyTreeDance.anim.binltl64
%%DATADIR%%/res/anim/island_name_in.anim.binltl
%%DATADIR%%/res/anim/island_name_in.anim.binltl64
%%DATADIR%%/res/anim/island_name_loop.anim.binltl
%%DATADIR%%/res/anim/island_name_loop.anim.binltl64
%%DATADIR%%/res/anim/island_name_out.anim.binltl
%%DATADIR%%/res/anim/island_name_out.anim.binltl64
%%DATADIR%%/res/anim/islandhairblow.anim.binltl
%%DATADIR%%/res/anim/islandhairblow.anim.binltl64
%%DATADIR%%/res/anim/level_name_popup.anim.binltl
%%DATADIR%%/res/anim/level_name_popup.anim.binltl64
%%DATADIR%%/res/anim/ocdFlagWave.anim.binltl
%%DATADIR%%/res/anim/ocdFlagWave.anim.binltl64
%%DATADIR%%/res/anim/rot_1rps.anim.binltl
%%DATADIR%%/res/anim/rot_1rps.anim.binltl64
%%DATADIR%%/res/anim/treeBlow_leaf1.anim.binltl
%%DATADIR%%/res/anim/treeBlow_leaf1.anim.binltl64
%%DATADIR%%/res/anim/treeBlow_leaf2.anim.binltl
%%DATADIR%%/res/anim/treeBlow_leaf2.anim.binltl64
%%DATADIR%%/res/anim/treeBlow_leaf3.anim.binltl
%%DATADIR%%/res/anim/treeBlow_leaf3.anim.binltl64
%%DATADIR%%/res/anim/treeBlow_trunk.anim.binltl
%%DATADIR%%/res/anim/treeBlow_trunk.anim.binltl64
%%DATADIR%%/res/balls/Anchor/balls.xml.bin
%%DATADIR%%/res/balls/Anchor/body.png
%%DATADIR%%/res/balls/Anchor/resources.xml.bin
%%DATADIR%%/res/balls/AnchorFriendly/balls.xml.bin
%%DATADIR%%/res/balls/AnchorFriendly/resources.xml.bin
%%DATADIR%%/res/balls/AnchorSticky/balls.xml.bin
%%DATADIR%%/res/balls/AnchorSticky/body.png
%%DATADIR%%/res/balls/AnchorSticky/resources.xml.bin
%%DATADIR%%/res/balls/AnchorStickyInvisible/balls.xml.bin
%%DATADIR%%/res/balls/AnchorStickyInvisible/resources.xml.bin
%%DATADIR%%/res/balls/Distant/arm.png
%%DATADIR%%/res/balls/Distant/balls.xml.bin
%%DATADIR%%/res/balls/Distant/body.png
%%DATADIR%%/res/balls/Distant/detachmarker.png
%%DATADIR%%/res/balls/Distant/dragmarker.png
%%DATADIR%%/res/balls/Distant/resources.xml.bin
%%DATADIR%%/res/balls/Distant/splat1.png
%%DATADIR%%/res/balls/Distant/splat2.png
%%DATADIR%%/res/balls/Distant/strand_pull.png
%%DATADIR%%/res/balls/Drained/balls.xml.bin
%%DATADIR%%/res/balls/Drained/body.png
%%DATADIR%%/res/balls/Drained/resources.xml.bin
%%DATADIR%%/res/balls/Drained/splat1.png
%%DATADIR%%/res/balls/Drained/splat2.png
%%DATADIR%%/res/balls/Drained/spring_goo.png
%%DATADIR%%/res/balls/Drained/strand_pull.png
%%DATADIR%%/res/balls/EvilEye/balls.xml.bin
%%DATADIR%%/res/balls/EvilEye/bg.png
%%DATADIR%%/res/balls/EvilEye/detachmarker.png
%%DATADIR%%/res/balls/EvilEye/dragmarker.png
%%DATADIR%%/res/balls/EvilEye/pupil.png
%%DATADIR%%/res/balls/EvilEye/resources.xml.bin
%%DATADIR%%/res/balls/EvilEye/shine.png
%%DATADIR%%/res/balls/EvilEye/splat1.png
%%DATADIR%%/res/balls/EvilEye/splat2.png
%%DATADIR%%/res/balls/EvilEye/vein.png
%%DATADIR%%/res/balls/GooProduct/ball.png
%%DATADIR%%/res/balls/GooProduct/balls.xml.bin
%%DATADIR%%/res/balls/GooProduct/goop.png
%%DATADIR%%/res/balls/GooProduct/resources.xml.bin
%%DATADIR%%/res/balls/GooProduct/splat1.png
%%DATADIR%%/res/balls/GooProduct/splat2.png
%%DATADIR%%/res/balls/GooProduct/spring_goo.png
%%DATADIR%%/res/balls/Ivy/arm_connected.png
%%DATADIR%%/res/balls/Ivy/arm_detach.png
%%DATADIR%%/res/balls/Ivy/balls.xml.bin
%%DATADIR%%/res/balls/Ivy/body.png
%%DATADIR%%/res/balls/Ivy/bodyAttached.png
%%DATADIR%%/res/balls/Ivy/chirp01.ogg
%%DATADIR%%/res/balls/Ivy/chirp02.ogg
%%DATADIR%%/res/balls/Ivy/chirp03.ogg
%%DATADIR%%/res/balls/Ivy/chirp04.ogg
%%DATADIR%%/res/balls/Ivy/chirp05.ogg
%%DATADIR%%/res/balls/Ivy/leaves1.png
%%DATADIR%%/res/balls/Ivy/leaves2.png
%%DATADIR%%/res/balls/Ivy/resources.xml.bin
%%DATADIR%%/res/balls/Ivy/splat1.png
%%DATADIR%%/res/balls/Ivy/splat2.png
%%DATADIR%%/res/balls/TimeBug/balls.xml.bin
%%DATADIR%%/res/balls/TimeBug/body.png
%%DATADIR%%/res/balls/TimeBug/glow.png
%%DATADIR%%/res/balls/TimeBug/resources.xml.bin
%%DATADIR%%/res/balls/TimeBug/splat1.png
%%DATADIR%%/res/balls/TimeBug/splat2.png
%%DATADIR%%/res/balls/TimeBug/wingLeft.png
%%DATADIR%%/res/balls/TimeBug/wingRight.png
%%DATADIR%%/res/balls/UtilAttachUnwalkable/ball.png
%%DATADIR%%/res/balls/UtilAttachUnwalkable/balls.xml.bin
%%DATADIR%%/res/balls/UtilAttachUnwalkable/resources.xml.bin
%%DATADIR%%/res/balls/UtilAttachUnwalkable/spring_goo.png
%%DATADIR%%/res/balls/UtilAttachWalkable/ball.png
%%DATADIR%%/res/balls/UtilAttachWalkable/balls.xml.bin
%%DATADIR%%/res/balls/UtilAttachWalkable/resources.xml.bin
%%DATADIR%%/res/balls/UtilAttachWalkable/spring_goo.png
%%DATADIR%%/res/balls/UtilChapter2/ball.png
%%DATADIR%%/res/balls/UtilChapter2/balls.xml.bin
%%DATADIR%%/res/balls/UtilChapter2/resources.xml.bin
%%DATADIR%%/res/balls/UtilChapter2/spring_goo.png
%%DATADIR%%/res/balls/UtilNoAttachUnwalkable/ball.png
%%DATADIR%%/res/balls/UtilNoAttachUnwalkable/balls.xml.bin
%%DATADIR%%/res/balls/UtilNoAttachUnwalkable/resources.xml.bin
%%DATADIR%%/res/balls/UtilNoAttachUnwalkable/spring_goo.png
%%DATADIR%%/res/balls/UtilNoAttachWalkableSmall/ball.png
%%DATADIR%%/res/balls/UtilNoAttachWalkableSmall/balls.xml.bin
%%DATADIR%%/res/balls/UtilNoAttachWalkableSmall/resources.xml.bin
%%DATADIR%%/res/balls/UtilNoAttachWalkableSmall/spring_goo.png
%%DATADIR%%/res/balls/_generic/attach01.ogg
%%DATADIR%%/res/balls/_generic/attach02.ogg
%%DATADIR%%/res/balls/_generic/attach03.ogg
%%DATADIR%%/res/balls/_generic/death1.ogg
%%DATADIR%%/res/balls/_generic/death2.ogg
%%DATADIR%%/res/balls/_generic/death3.ogg
%%DATADIR%%/res/balls/_generic/death4.ogg
%%DATADIR%%/res/balls/_generic/death5.ogg
%%DATADIR%%/res/balls/_generic/detached1.ogg
%%DATADIR%%/res/balls/_generic/detachmarker_128_p1.png
%%DATADIR%%/res/balls/_generic/detachmarker_128_p2.png
%%DATADIR%%/res/balls/_generic/detachmarker_80_p1.png
%%DATADIR%%/res/balls/_generic/detachmarker_80_p2.png
%%DATADIR%%/res/balls/_generic/dragmarker_128_p1.png
%%DATADIR%%/res/balls/_generic/dragmarker_128_p2.png
%%DATADIR%%/res/balls/_generic/dragmarker_80_p1.png
%%DATADIR%%/res/balls/_generic/dragmarker_80_p2.png
%%DATADIR%%/res/balls/_generic/dragmarker_ish_80_p1.png
%%DATADIR%%/res/balls/_generic/eye_fem_l1.png
%%DATADIR%%/res/balls/_generic/eye_fem_l2.png
%%DATADIR%%/res/balls/_generic/eye_fem_r1.png
%%DATADIR%%/res/balls/_generic/eye_fem_r2.png
%%DATADIR%%/res/balls/_generic/eye_glass_1.png
%%DATADIR%%/res/balls/_generic/eye_glass_2.png
%%DATADIR%%/res/balls/_generic/eye_glass_3.png
%%DATADIR%%/res/balls/_generic/eye_sleep_left1.png
%%DATADIR%%/res/balls/_generic/eye_sleep_right1.png
%%DATADIR%%/res/balls/_generic/eye_strain_left1.png
%%DATADIR%%/res/balls/_generic/eye_strain_right1.png
%%DATADIR%%/res/balls/_generic/glee1.ogg
%%DATADIR%%/res/balls/_generic/glee10.ogg
%%DATADIR%%/res/balls/_generic/glee11.ogg
%%DATADIR%%/res/balls/_generic/glee2.ogg
%%DATADIR%%/res/balls/_generic/glee3.ogg
%%DATADIR%%/res/balls/_generic/glee4.ogg
%%DATADIR%%/res/balls/_generic/glee5.ogg
%%DATADIR%%/res/balls/_generic/glee6.ogg
%%DATADIR%%/res/balls/_generic/glee7.ogg
%%DATADIR%%/res/balls/_generic/glee8.ogg
%%DATADIR%%/res/balls/_generic/glee9.ogg
%%DATADIR%%/res/balls/_generic/hilite16.png
%%DATADIR%%/res/balls/_generic/hilite8.png
%%DATADIR%%/res/balls/_generic/hit1.ogg
%%DATADIR%%/res/balls/_generic/hit2.ogg
%%DATADIR%%/res/balls/_generic/hit3.ogg
%%DATADIR%%/res/balls/_generic/hit4.ogg
%%DATADIR%%/res/balls/_generic/mouth_open1.png
%%DATADIR%%/res/balls/_generic/mumble1.ogg
%%DATADIR%%/res/balls/_generic/mumble2.ogg
%%DATADIR%%/res/balls/_generic/mumble3.ogg
%%DATADIR%%/res/balls/_generic/mumble4.ogg
%%DATADIR%%/res/balls/_generic/mumble5.ogg
%%DATADIR%%/res/balls/_generic/mumble6.ogg
%%DATADIR%%/res/balls/_generic/mumble7.ogg
%%DATADIR%%/res/balls/_generic/pipeEnter1.ogg
%%DATADIR%%/res/balls/_generic/pipeEnter2.ogg
%%DATADIR%%/res/balls/_generic/pipeEnter3.ogg
%%DATADIR%%/res/balls/_generic/pipeEnter4.ogg
%%DATADIR%%/res/balls/_generic/pipeEnter5.ogg
%%DATADIR%%/res/balls/_generic/pupil1.png
%%DATADIR%%/res/balls/_generic/rockcollide.ogg
%%DATADIR%%/res/balls/_generic/rollover1.ogg
%%DATADIR%%/res/balls/_generic/rollover2.ogg
%%DATADIR%%/res/balls/_generic/rollover3.ogg
%%DATADIR%%/res/balls/_generic/rollover4.ogg
%%DATADIR%%/res/balls/_generic/rollover5.ogg
%%DATADIR%%/res/balls/_generic/rollover6.ogg
%%DATADIR%%/res/balls/_generic/rollover7.ogg
%%DATADIR%%/res/balls/_generic/rollover8.ogg
%%DATADIR%%/res/balls/_generic/shadowCircle49.png
%%DATADIR%%/res/balls/_generic/shadowCircle59.png
%%DATADIR%%/res/balls/_generic/snap1.ogg
%%DATADIR%%/res/balls/_generic/spring_goo_inactive.png
%%DATADIR%%/res/balls/_generic/stick1.ogg
%%DATADIR%%/res/balls/_generic/stick2.ogg
%%DATADIR%%/res/balls/_generic/stick3.ogg
%%DATADIR%%/res/balls/_generic/stick4.ogg
%%DATADIR%%/res/balls/_generic/stick5.ogg
%%DATADIR%%/res/balls/_generic/stick6.ogg
%%DATADIR%%/res/balls/_generic/wiggle1.ogg
%%DATADIR%%/res/balls/_generic/wiggle10.ogg
%%DATADIR%%/res/balls/_generic/wiggle2.ogg
%%DATADIR%%/res/balls/_generic/wiggle3.ogg
%%DATADIR%%/res/balls/_generic/wiggle4.ogg
%%DATADIR%%/res/balls/_generic/wiggle5.ogg
%%DATADIR%%/res/balls/_generic/wiggle6.ogg
%%DATADIR%%/res/balls/_generic/wiggle7.ogg
%%DATADIR%%/res/balls/_generic/wiggle8.ogg
%%DATADIR%%/res/balls/_generic/wiggle9.ogg
%%DATADIR%%/res/balls/_generic/windowMarker.png
%%DATADIR%%/res/balls/balloon/balls.xml.bin
%%DATADIR%%/res/balls/balloon/body2.png
%%DATADIR%%/res/balls/balloon/deflate1.ogg
%%DATADIR%%/res/balls/balloon/deflate2.ogg
%%DATADIR%%/res/balls/balloon/inflate1.ogg
%%DATADIR%%/res/balls/balloon/inflate2.ogg
%%DATADIR%%/res/balls/balloon/pop1.ogg
%%DATADIR%%/res/balls/balloon/pop2.ogg
%%DATADIR%%/res/balls/balloon/resources.xml.bin
%%DATADIR%%/res/balls/balloon/rubberpull1.ogg
%%DATADIR%%/res/balls/balloon/rubberpull2.ogg
%%DATADIR%%/res/balls/balloon/rubberpull3.ogg
%%DATADIR%%/res/balls/balloon/rubberpull4.ogg
%%DATADIR%%/res/balls/balloon/rubberpull5.ogg
%%DATADIR%%/res/balls/balloon/shine.png
%%DATADIR%%/res/balls/balloon/splat1.png
%%DATADIR%%/res/balls/balloon/splat2.png
%%DATADIR%%/res/balls/balloon/string3.png
%%DATADIR%%/res/balls/balloon/string_inactive.png
%%DATADIR%%/res/balls/common/balls.xml.bin
%%DATADIR%%/res/balls/common/batsqueak01.ogg
%%DATADIR%%/res/balls/common/batsqueak02.ogg
%%DATADIR%%/res/balls/common/batsqueak03.ogg
%%DATADIR%%/res/balls/common/batsqueak04.ogg
%%DATADIR%%/res/balls/common/batsqueak05.ogg
%%DATADIR%%/res/balls/common/batsqueak06.ogg
%%DATADIR%%/res/balls/common/batsqueak07.ogg
%%DATADIR%%/res/balls/common/batsqueak08.ogg
%%DATADIR%%/res/balls/common/batsqueak09.ogg
%%DATADIR%%/res/balls/common/batsqueak10.ogg
%%DATADIR%%/res/balls/common/batsqueak11.ogg
%%DATADIR%%/res/balls/common/batsqueak12.ogg
%%DATADIR%%/res/balls/common/batsqueak13.ogg
%%DATADIR%%/res/balls/common/batsqueak14.ogg
%%DATADIR%%/res/balls/common/batsqueak15.ogg
%%DATADIR%%/res/balls/common/batsqueak16.ogg
%%DATADIR%%/res/balls/common/body.png
%%DATADIR%%/res/balls/common/resources.xml.bin
%%DATADIR%%/res/balls/common/splat1.png
%%DATADIR%%/res/balls/common/splat2.png
%%DATADIR%%/res/balls/common/spring_goo.png
%%DATADIR%%/res/balls/common/strand_pull.png
%%DATADIR%%/res/balls/common_albino/balls.xml.bin
%%DATADIR%%/res/balls/common_albino/body.png
%%DATADIR%%/res/balls/common_albino/eyeBlack1.png
%%DATADIR%%/res/balls/common_albino/eyeBlack2.png
%%DATADIR%%/res/balls/common_albino/eyeBlack3.png
%%DATADIR%%/res/balls/common_albino/glow.png
%%DATADIR%%/res/balls/common_albino/resources.xml.bin
%%DATADIR%%/res/balls/common_albino/splat1.png
%%DATADIR%%/res/balls/common_albino/splat2.png
%%DATADIR%%/res/balls/common_albino/spring_goo.png
%%DATADIR%%/res/balls/common_albino/strand_pull.png
%%DATADIR%%/res/balls/common_black/balls.xml.bin
%%DATADIR%%/res/balls/common_black/common_ball.png
%%DATADIR%%/res/balls/common_black/resources.xml.bin
%%DATADIR%%/res/balls/common_black/splat1.png
%%DATADIR%%/res/balls/common_black/splat2.png
%%DATADIR%%/res/balls/common_black/spring_goo.png
%%DATADIR%%/res/balls/common_black/strand_pull.png
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold18.png
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold18.txt
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold26.png
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold26.txt
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold36.png
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold36.txt
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold52.png
%%DATADIR%%/res/fonts/TwCenMTCondensedExtraBold52.txt
%%DATADIR%%/res/fonts/console.png
%%DATADIR%%/res/fonts/console.txt
%%DATADIR%%/res/fonts/wog150numbers.png
%%DATADIR%%/res/fonts/wog150numbers.txt
%%DATADIR%%/res/fonts/wogBig.png
%%DATADIR%%/res/fonts/wogBig.txt
%%DATADIR%%/res/fonts/wogSmall.png
%%DATADIR%%/res/fonts/wogSmall.txt
%%DATADIR%%/res/images/Tank_bg.png
%%DATADIR%%/res/images/Tank_fg.png
%%DATADIR%%/res/images/Tank_goo.png
%%DATADIR%%/res/images/Tank_goo_top.png
%%DATADIR%%/res/images/backtoisland.png
%%DATADIR%%/res/images/blacksquare.png
%%DATADIR%%/res/images/cancel_over.png
%%DATADIR%%/res/images/cancel_up.png
%%DATADIR%%/res/images/chainlink.png
%%DATADIR%%/res/images/clouds.png
%%DATADIR%%/res/images/continue_over.de.png
%%DATADIR%%/res/images/continue_over.es.png
%%DATADIR%%/res/images/continue_over.fr.png
%%DATADIR%%/res/images/continue_over.it.png
%%DATADIR%%/res/images/continue_over.nl.png
%%DATADIR%%/res/images/continue_over.png
%%DATADIR%%/res/images/continue_up.de.png
%%DATADIR%%/res/images/continue_up.es.png
%%DATADIR%%/res/images/continue_up.fr.png
%%DATADIR%%/res/images/continue_up.it.png
%%DATADIR%%/res/images/continue_up.nl.png
%%DATADIR%%/res/images/continue_up.png
%%DATADIR%%/res/images/cursor_circle.png
%%DATADIR%%/res/images/cursor_text.png
%%DATADIR%%/res/images/exit_arrow.png
%%DATADIR%%/res/images/flags/AD.png
%%DATADIR%%/res/images/flags/AE.png
%%DATADIR%%/res/images/flags/AF.png
%%DATADIR%%/res/images/flags/AG.png
%%DATADIR%%/res/images/flags/AI.png
%%DATADIR%%/res/images/flags/AL.png
%%DATADIR%%/res/images/flags/AM.png
%%DATADIR%%/res/images/flags/AN.png
%%DATADIR%%/res/images/flags/AO.png
%%DATADIR%%/res/images/flags/AR.png
%%DATADIR%%/res/images/flags/AS.png
%%DATADIR%%/res/images/flags/AT.png
%%DATADIR%%/res/images/flags/AU.png
%%DATADIR%%/res/images/flags/AW.png
%%DATADIR%%/res/images/flags/AX.png
%%DATADIR%%/res/images/flags/AZ.png
%%DATADIR%%/res/images/flags/BA.png
%%DATADIR%%/res/images/flags/BB.png
%%DATADIR%%/res/images/flags/BD.png
%%DATADIR%%/res/images/flags/BE.png
%%DATADIR%%/res/images/flags/BF.png
%%DATADIR%%/res/images/flags/BG.png
%%DATADIR%%/res/images/flags/BH.png
%%DATADIR%%/res/images/flags/BI.png
%%DATADIR%%/res/images/flags/BJ.png
%%DATADIR%%/res/images/flags/BM.png
%%DATADIR%%/res/images/flags/BN.png
%%DATADIR%%/res/images/flags/BO.png
%%DATADIR%%/res/images/flags/BR.png
%%DATADIR%%/res/images/flags/BS.png
%%DATADIR%%/res/images/flags/BT.png
%%DATADIR%%/res/images/flags/BV.png
%%DATADIR%%/res/images/flags/BW.png
%%DATADIR%%/res/images/flags/BY.png
%%DATADIR%%/res/images/flags/BZ.png
%%DATADIR%%/res/images/flags/CA.png
%%DATADIR%%/res/images/flags/CC.png
%%DATADIR%%/res/images/flags/CD.png
%%DATADIR%%/res/images/flags/CF.png
%%DATADIR%%/res/images/flags/CG.png
%%DATADIR%%/res/images/flags/CH.png
%%DATADIR%%/res/images/flags/CI.png
%%DATADIR%%/res/images/flags/CK.png
%%DATADIR%%/res/images/flags/CL.png
%%DATADIR%%/res/images/flags/CM.png
%%DATADIR%%/res/images/flags/CN.png
%%DATADIR%%/res/images/flags/CO.png
%%DATADIR%%/res/images/flags/CR.png
%%DATADIR%%/res/images/flags/CU.png
%%DATADIR%%/res/images/flags/CV.png
%%DATADIR%%/res/images/flags/CX.png
%%DATADIR%%/res/images/flags/CY.png
%%DATADIR%%/res/images/flags/CZ.png
%%DATADIR%%/res/images/flags/DE.png
%%DATADIR%%/res/images/flags/DJ.png
%%DATADIR%%/res/images/flags/DK.png
%%DATADIR%%/res/images/flags/DM.png
%%DATADIR%%/res/images/flags/DO.png
%%DATADIR%%/res/images/flags/EC.png
%%DATADIR%%/res/images/flags/EE.png
%%DATADIR%%/res/images/flags/EG.png
%%DATADIR%%/res/images/flags/EH.png
%%DATADIR%%/res/images/flags/ER.png
%%DATADIR%%/res/images/flags/ES.png
%%DATADIR%%/res/images/flags/ET.png
%%DATADIR%%/res/images/flags/EU.png
%%DATADIR%%/res/images/flags/FI.png
%%DATADIR%%/res/images/flags/FJ.png
%%DATADIR%%/res/images/flags/FK.png
%%DATADIR%%/res/images/flags/FM.png
%%DATADIR%%/res/images/flags/FO.png
%%DATADIR%%/res/images/flags/FR.png
%%DATADIR%%/res/images/flags/GA.png
%%DATADIR%%/res/images/flags/GB.png
%%DATADIR%%/res/images/flags/GD.png
%%DATADIR%%/res/images/flags/GE.png
%%DATADIR%%/res/images/flags/GF.png
%%DATADIR%%/res/images/flags/GG.png
%%DATADIR%%/res/images/flags/GH.png
%%DATADIR%%/res/images/flags/GI.png
%%DATADIR%%/res/images/flags/GL.png
%%DATADIR%%/res/images/flags/GM.png
%%DATADIR%%/res/images/flags/GN.png
%%DATADIR%%/res/images/flags/GP.png
%%DATADIR%%/res/images/flags/GQ.png
%%DATADIR%%/res/images/flags/GR.png
%%DATADIR%%/res/images/flags/GS.png
%%DATADIR%%/res/images/flags/GT.png
%%DATADIR%%/res/images/flags/GU.png
%%DATADIR%%/res/images/flags/GW.png
%%DATADIR%%/res/images/flags/GY.png
%%DATADIR%%/res/images/flags/HK.png
%%DATADIR%%/res/images/flags/HN.png
%%DATADIR%%/res/images/flags/HR.png
%%DATADIR%%/res/images/flags/HT.png
%%DATADIR%%/res/images/flags/HU.png
%%DATADIR%%/res/images/flags/ID.png
%%DATADIR%%/res/images/flags/IE.png
%%DATADIR%%/res/images/flags/IL.png
%%DATADIR%%/res/images/flags/IM.png
%%DATADIR%%/res/images/flags/IN.png
%%DATADIR%%/res/images/flags/IO.png
%%DATADIR%%/res/images/flags/IQ.png
%%DATADIR%%/res/images/flags/IR.png
%%DATADIR%%/res/images/flags/IS.png
%%DATADIR%%/res/images/flags/IT.png
%%DATADIR%%/res/images/flags/JE.png
%%DATADIR%%/res/images/flags/JM.png
%%DATADIR%%/res/images/flags/JO.png
%%DATADIR%%/res/images/flags/JP.png
%%DATADIR%%/res/images/flags/KE.png
%%DATADIR%%/res/images/flags/KG.png
%%DATADIR%%/res/images/flags/KH.png
%%DATADIR%%/res/images/flags/KI.png
%%DATADIR%%/res/images/flags/KM.png
%%DATADIR%%/res/images/flags/KN.png
%%DATADIR%%/res/images/flags/KP.png
%%DATADIR%%/res/images/flags/KR.png
%%DATADIR%%/res/images/flags/KW.png
%%DATADIR%%/res/images/flags/KY.png
%%DATADIR%%/res/images/flags/KZ.png
%%DATADIR%%/res/images/flags/LA.png
%%DATADIR%%/res/images/flags/LB.png
%%DATADIR%%/res/images/flags/LC.png
%%DATADIR%%/res/images/flags/LI.png
%%DATADIR%%/res/images/flags/LK.png
%%DATADIR%%/res/images/flags/LR.png
%%DATADIR%%/res/images/flags/LS.png
%%DATADIR%%/res/images/flags/LT.png
%%DATADIR%%/res/images/flags/LU.png
%%DATADIR%%/res/images/flags/LV.png
%%DATADIR%%/res/images/flags/LY.png
%%DATADIR%%/res/images/flags/MA.png
%%DATADIR%%/res/images/flags/MC.png
%%DATADIR%%/res/images/flags/MD.png
%%DATADIR%%/res/images/flags/MG.png
%%DATADIR%%/res/images/flags/MH.png
%%DATADIR%%/res/images/flags/MK.png
%%DATADIR%%/res/images/flags/ML.png
%%DATADIR%%/res/images/flags/MM.png
%%DATADIR%%/res/images/flags/MN.png
%%DATADIR%%/res/images/flags/MO.png
%%DATADIR%%/res/images/flags/MP.png
%%DATADIR%%/res/images/flags/MQ.png
%%DATADIR%%/res/images/flags/MR.png
%%DATADIR%%/res/images/flags/MS.png
%%DATADIR%%/res/images/flags/MT.png
%%DATADIR%%/res/images/flags/MU.png
%%DATADIR%%/res/images/flags/MV.png
%%DATADIR%%/res/images/flags/MW.png
%%DATADIR%%/res/images/flags/MX.png
%%DATADIR%%/res/images/flags/MY.png
%%DATADIR%%/res/images/flags/MZ.png
%%DATADIR%%/res/images/flags/NA.png
%%DATADIR%%/res/images/flags/NC.png
%%DATADIR%%/res/images/flags/NE.png
%%DATADIR%%/res/images/flags/NF.png
%%DATADIR%%/res/images/flags/NG.png
%%DATADIR%%/res/images/flags/NI.png
%%DATADIR%%/res/images/flags/NL.png
%%DATADIR%%/res/images/flags/NO.png
%%DATADIR%%/res/images/flags/NP.png
%%DATADIR%%/res/images/flags/NR.png
%%DATADIR%%/res/images/flags/NU.png
%%DATADIR%%/res/images/flags/NZ.png
%%DATADIR%%/res/images/flags/OM.png
%%DATADIR%%/res/images/flags/PA.png
%%DATADIR%%/res/images/flags/PE.png
%%DATADIR%%/res/images/flags/PF.png
%%DATADIR%%/res/images/flags/PG.png
%%DATADIR%%/res/images/flags/PH.png
%%DATADIR%%/res/images/flags/PK.png
%%DATADIR%%/res/images/flags/PL.png
%%DATADIR%%/res/images/flags/PM.png
%%DATADIR%%/res/images/flags/PN.png
%%DATADIR%%/res/images/flags/PR.png
%%DATADIR%%/res/images/flags/PS.png
%%DATADIR%%/res/images/flags/PT.png
%%DATADIR%%/res/images/flags/PW.png
%%DATADIR%%/res/images/flags/PY.png
%%DATADIR%%/res/images/flags/QA.png
%%DATADIR%%/res/images/flags/RE.png
%%DATADIR%%/res/images/flags/RO.png
%%DATADIR%%/res/images/flags/RU.png
%%DATADIR%%/res/images/flags/RW.png
%%DATADIR%%/res/images/flags/SA.png
%%DATADIR%%/res/images/flags/SB.png
%%DATADIR%%/res/images/flags/SC.png
%%DATADIR%%/res/images/flags/SD.png
%%DATADIR%%/res/images/flags/SE.png
%%DATADIR%%/res/images/flags/SG.png
%%DATADIR%%/res/images/flags/SH.png
%%DATADIR%%/res/images/flags/SI.png
%%DATADIR%%/res/images/flags/SJ.png
%%DATADIR%%/res/images/flags/SK.png
%%DATADIR%%/res/images/flags/SL.png
%%DATADIR%%/res/images/flags/SM.png
%%DATADIR%%/res/images/flags/SN.png
%%DATADIR%%/res/images/flags/SO.png
%%DATADIR%%/res/images/flags/SR.png
%%DATADIR%%/res/images/flags/ST.png
%%DATADIR%%/res/images/flags/SV.png
%%DATADIR%%/res/images/flags/SY.png
%%DATADIR%%/res/images/flags/SZ.png
%%DATADIR%%/res/images/flags/TC.png
%%DATADIR%%/res/images/flags/TD.png
%%DATADIR%%/res/images/flags/TF.png
%%DATADIR%%/res/images/flags/TG.png
%%DATADIR%%/res/images/flags/TH.png
%%DATADIR%%/res/images/flags/TJ.png
%%DATADIR%%/res/images/flags/TK.png
%%DATADIR%%/res/images/flags/TL.png
%%DATADIR%%/res/images/flags/TM.png
%%DATADIR%%/res/images/flags/TN.png
%%DATADIR%%/res/images/flags/TO.png
%%DATADIR%%/res/images/flags/TR.png
%%DATADIR%%/res/images/flags/TT.png
%%DATADIR%%/res/images/flags/TV.png
%%DATADIR%%/res/images/flags/TW.png
%%DATADIR%%/res/images/flags/TZ.png
%%DATADIR%%/res/images/flags/UA.png
%%DATADIR%%/res/images/flags/UG.png
%%DATADIR%%/res/images/flags/UM.png
%%DATADIR%%/res/images/flags/US.png
%%DATADIR%%/res/images/flags/UY.png
%%DATADIR%%/res/images/flags/UZ.png
%%DATADIR%%/res/images/flags/VA.png
%%DATADIR%%/res/images/flags/VC.png
%%DATADIR%%/res/images/flags/VE.png
%%DATADIR%%/res/images/flags/VG.png
%%DATADIR%%/res/images/flags/VI.png
%%DATADIR%%/res/images/flags/VN.png
%%DATADIR%%/res/images/flags/VU.png
%%DATADIR%%/res/images/flags/WF.png
%%DATADIR%%/res/images/flags/WS.png
%%DATADIR%%/res/images/flags/XX.png
%%DATADIR%%/res/images/flags/YE.png
%%DATADIR%%/res/images/flags/YT.png
%%DATADIR%%/res/images/flags/ZA.png
%%DATADIR%%/res/images/flags/ZM.png
%%DATADIR%%/res/images/flags/ZW.png
%%DATADIR%%/res/images/fx/exclaimation.png
%%DATADIR%%/res/images/fx/explodeStreak1.png
%%DATADIR%%/res/images/fx/explodeStreak1_ish.png
%%DATADIR%%/res/images/fx/fireParticleMain1.png
%%DATADIR%%/res/images/fx/fireParticleMain1_bw.png
%%DATADIR%%/res/images/fx/fireParticleMain1_ish.png
%%DATADIR%%/res/images/fx/fireParticleMain2.png
%%DATADIR%%/res/images/fx/fireParticleMain2_bw.png
%%DATADIR%%/res/images/fx/flash.png
%%DATADIR%%/res/images/fx/fx_bubble16.png
%%DATADIR%%/res/images/fx/fx_bubble32.png
%%DATADIR%%/res/images/fx/fx_dust1.png
%%DATADIR%%/res/images/fx/fx_dust2.png
%%DATADIR%%/res/images/fx/fx_dust3.png
%%DATADIR%%/res/images/fx/fx_leaf1.png
%%DATADIR%%/res/images/fx/fx_leaf2.png
%%DATADIR%%/res/images/fx/fx_leaf3.png
%%DATADIR%%/res/images/fx/fx_leaf4.png
%%DATADIR%%/res/images/fx/fx_leaf5.png
%%DATADIR%%/res/images/fx/fx_rainstreak.png
%%DATADIR%%/res/images/fx/fx_rainstreak_white.png
%%DATADIR%%/res/images/fx/fx_smokeBlack.png
%%DATADIR%%/res/images/fx/fx_smokeGreen.png
%%DATADIR%%/res/images/fx/fx_smokeWhite.png
%%DATADIR%%/res/images/fx/fx_snowflake1.png
%%DATADIR%%/res/images/fx/fx_snowflake2.png
%%DATADIR%%/res/images/fx/fx_snowflake_black.png
%%DATADIR%%/res/images/fx/fx_windBlack.png
%%DATADIR%%/res/images/fx/fx_windIsh.png
%%DATADIR%%/res/images/fx/fx_windSepia.png
%%DATADIR%%/res/images/fx/fx_windWhite.png
%%DATADIR%%/res/images/fx/gooGlob.png
%%DATADIR%%/res/images/fx/goodrop1.png
%%DATADIR%%/res/images/fx/goofall_gobsWide2.png
%%DATADIR%%/res/images/fx/ish_char_0.png
%%DATADIR%%/res/images/fx/ish_char_1.png
%%DATADIR%%/res/images/fx/ish_sleepy_z1.png
%%DATADIR%%/res/images/fx/ishr_char_0.png
%%DATADIR%%/res/images/fx/ishr_char_1.png
%%DATADIR%%/res/images/fx/ishr_sleepy_z1.png
%%DATADIR%%/res/images/fx/mist1.png
%%DATADIR%%/res/images/fx/note1.png
%%DATADIR%%/res/images/fx/note2.png
%%DATADIR%%/res/images/fx/note3.png
%%DATADIR%%/res/images/fx/sleepy_z1.png
%%DATADIR%%/res/images/fx/sparkle1.png
%%DATADIR%%/res/images/fx/waterdrop1.png
%%DATADIR%%/res/images/fx/waterdrop2.png
%%DATADIR%%/res/images/gamemenubutton.png
%%DATADIR%%/res/images/gamemenubutton_over.png
%%DATADIR%%/res/images/geomcircle.png
%%DATADIR%%/res/images/geomrect.png
%%DATADIR%%/res/images/hinge.png
%%DATADIR%%/res/images/islandarrow.png
%%DATADIR%%/res/images/islandicon_1.png
%%DATADIR%%/res/images/islandicon_2.png
%%DATADIR%%/res/images/islandicon_3.png
%%DATADIR%%/res/images/islandicon_4.png
%%DATADIR%%/res/images/islandicon_5.png
%%DATADIR%%/res/images/islandicon_wogc.png
%%DATADIR%%/res/images/islandicon_wogc3d.png
%%DATADIR%%/res/images/islandicon_wogcd.png
%%DATADIR%%/res/images/lensFlare.png
%%DATADIR%%/res/images/levelarrow.png
%%DATADIR%%/res/images/levelimages/MachineWheel1.png
%%DATADIR%%/res/images/levelimages/MachineWheel1Small.png
%%DATADIR%%/res/images/levelimages/OCD_flag1.png
%%DATADIR%%/res/images/levelimages/OCD_flagIsh.png
%%DATADIR%%/res/images/levelimages/SignPost_dlg_pole.png
%%DATADIR%%/res/images/levelimages/SignPost_dlg_sign.png
%%DATADIR%%/res/images/levelimages/attachmentpoint1.png
%%DATADIR%%/res/images/levelimages/bb.png
%%DATADIR%%/res/images/levelimages/bgVeggies.png
%%DATADIR%%/res/images/levelimages/bgVeggiesWarm.png
%%DATADIR%%/res/images/levelimages/bg_hills_bleeding.png
%%DATADIR%%/res/images/levelimages/blackBogTree.png
%%DATADIR%%/res/images/levelimages/blueBogTree.png
%%DATADIR%%/res/images/levelimages/burst.png
%%DATADIR%%/res/images/levelimages/burstFaded.png
%%DATADIR%%/res/images/levelimages/bush_fg1a.png
%%DATADIR%%/res/images/levelimages/bush_leafy_1.png
%%DATADIR%%/res/images/levelimages/bush_leafy_1b.png
%%DATADIR%%/res/images/levelimages/bush_leafy_1b_black.png
%%DATADIR%%/res/images/levelimages/canRed.png
%%DATADIR%%/res/images/levelimages/cliff.png
%%DATADIR%%/res/images/levelimages/dirArrow1.png
%%DATADIR%%/res/images/levelimages/dirArrow1_ish.png
%%DATADIR%%/res/images/levelimages/foggyEdges.png
%%DATADIR%%/res/images/levelimages/gear1.png
%%DATADIR%%/res/images/levelimages/gear1black.png
%%DATADIR%%/res/images/levelimages/gear1blur.png
%%DATADIR%%/res/images/levelimages/gear1blurBlack.png
%%DATADIR%%/res/images/levelimages/gear1blurGray.png
%%DATADIR%%/res/images/levelimages/gear2_256.png
%%DATADIR%%/res/images/levelimages/gearBallbuster.png
%%DATADIR%%/res/images/levelimages/gearDetach.png
%%DATADIR%%/res/images/levelimages/gearDistant.png
%%DATADIR%%/res/images/levelimages/gooSplatBig.png
%%DATADIR%%/res/images/levelimages/goodripbase.png
%%DATADIR%%/res/images/levelimages/grassBlack.png
%%DATADIR%%/res/images/levelimages/hill_fg1a.png
%%DATADIR%%/res/images/levelimages/ish_bush.png
%%DATADIR%%/res/images/levelimages/ish_cloud.png
%%DATADIR%%/res/images/levelimages/ish_gearblur.png
%%DATADIR%%/res/images/levelimages/ish_scanlines.png
%%DATADIR%%/res/images/levelimages/ish_tree.png
%%DATADIR%%/res/images/levelimages/ishr_gearblur.png
%%DATADIR%%/res/images/levelimages/leafbunch2_light.png
%%DATADIR%%/res/images/levelimages/levelMarkerA_over.png
%%DATADIR%%/res/images/levelimages/levelMarkerA_up.png
%%DATADIR%%/res/images/levelimages/levelMarkerB_over.png
%%DATADIR%%/res/images/levelimages/levelMarkerB_up.png
%%DATADIR%%/res/images/levelimages/levelMarkerC_over.png
%%DATADIR%%/res/images/levelimages/levelMarkerC_up.png
%%DATADIR%%/res/images/levelimages/lf1.png
%%DATADIR%%/res/images/levelimages/lf2.png
%%DATADIR%%/res/images/levelimages/lf3.png
%%DATADIR%%/res/images/levelimages/lf4.png
%%DATADIR%%/res/images/levelimages/lf5.png
%%DATADIR%%/res/images/levelimages/lightShaft1.png
%%DATADIR%%/res/images/levelimages/lightShaft_sepia.png
%%DATADIR%%/res/images/levelimages/momBbBlack.png
%%DATADIR%%/res/images/levelimages/momBbOrng.png
%%DATADIR%%/res/images/levelimages/momBbPolesBlack.png
%%DATADIR%%/res/images/levelimages/momBbPolesOrng.png
%%DATADIR%%/res/images/levelimages/moon_orange.png
%%DATADIR%%/res/images/levelimages/physicsOfGoo.png
%%DATADIR%%/res/images/levelimages/pipeCap.png
%%DATADIR%%/res/images/levelimages/pipeCap_Beauty.png
%%DATADIR%%/res/images/levelimages/pipeCap_Black.png
%%DATADIR%%/res/images/levelimages/pipeCap_ISH.png
%%DATADIR%%/res/images/levelimages/pipeCap_closed.png
%%DATADIR%%/res/images/levelimages/pipeCap_closed_Beauty.png
%%DATADIR%%/res/images/levelimages/pipeCap_closed_Black.png
%%DATADIR%%/res/images/levelimages/pipeCap_closed_ISH.png
%%DATADIR%%/res/images/levelimages/pipe_bend_bl.png
%%DATADIR%%/res/images/levelimages/pipe_bend_bl_ISH.png
%%DATADIR%%/res/images/levelimages/pipe_bend_br.png
%%DATADIR%%/res/images/levelimages/pipe_bend_br_ISH.png
%%DATADIR%%/res/images/levelimages/pipe_bend_tl.png
%%DATADIR%%/res/images/levelimages/pipe_bend_tl_ISH.png
%%DATADIR%%/res/images/levelimages/pipe_bend_tr.png
%%DATADIR%%/res/images/levelimages/pipe_bend_tr_ISH.png
%%DATADIR%%/res/images/levelimages/pipe_horiz.png
%%DATADIR%%/res/images/levelimages/pipe_horiz_Beauty.png
%%DATADIR%%/res/images/levelimages/pipe_horiz_Black.png
%%DATADIR%%/res/images/levelimages/pipe_horiz_ISH.png
%%DATADIR%%/res/images/levelimages/pterminalMonitor_over.png
%%DATADIR%%/res/images/levelimages/pterminalMonitor_up.png
%%DATADIR%%/res/images/levelimages/pterminalPole.png
%%DATADIR%%/res/images/levelimages/screw1.png
%%DATADIR%%/res/images/levelimages/sign_yield.png
%%DATADIR%%/res/images/levelimages/signpostPole_brown.png
%%DATADIR%%/res/images/levelimages/signpostPole_gray.png
%%DATADIR%%/res/images/levelimages/signpostPole_ish.png
%%DATADIR%%/res/images/levelimages/signpost_brown.png
%%DATADIR%%/res/images/levelimages/signpost_gray.png
%%DATADIR%%/res/images/levelimages/signpost_ish.png
%%DATADIR%%/res/images/levelimages/sky_blue2a.png
%%DATADIR%%/res/images/levelimages/sky_pissorangestripes.png
%%DATADIR%%/res/images/levelimages/sky_pissyellowstripes.png
%%DATADIR%%/res/images/levelimages/spikeBlack_group.png
%%DATADIR%%/res/images/levelimages/spikeGray_group.png
%%DATADIR%%/res/images/levelimages/stormCloud1.png
%%DATADIR%%/res/images/levelimages/swirlClouds.png
%%DATADIR%%/res/images/levelimages/swirlMist.png
%%DATADIR%%/res/images/levelimages/tree_sil_1.png
%%DATADIR%%/res/images/levelimages/tree_stripe1.png
%%DATADIR%%/res/images/levelimages/usefulBlackSquare.png
%%DATADIR%%/res/images/levelimages/wheel1black.png
%%DATADIR%%/res/images/levelimages/wheel2black.png
%%DATADIR%%/res/images/levelimages/windmillPropellerSmall.png
%%DATADIR%%/res/images/levelimages/wogcCloud1.png
%%DATADIR%%/res/images/levelimages/wogcCloud2.png
%%DATADIR%%/res/images/motor.png
%%DATADIR%%/res/images/newmail.png
%%DATADIR%%/res/images/nukem_button_over.png
%%DATADIR%%/res/images/nukem_button_up.png
%%DATADIR%%/res/images/nukem_coverClosed_over.png
%%DATADIR%%/res/images/nukem_coverClosed_up.png
%%DATADIR%%/res/images/nukem_coverOpen_over.png
%%DATADIR%%/res/images/nukem_coverOpen_up.png
%%DATADIR%%/res/images/playername_textfield.png
%%DATADIR%%/res/images/playernameok_over.png
%%DATADIR%%/res/images/playernameok_up.png
%%DATADIR%%/res/images/popup.png
%%DATADIR%%/res/images/profilebutton_over.png
%%DATADIR%%/res/images/profilebutton_up.png
%%DATADIR%%/res/images/profilebuttonempty_over.png
%%DATADIR%%/res/images/profilebuttonempty_up.png
%%DATADIR%%/res/images/profiledelbutton_over.png
%%DATADIR%%/res/images/profiledelbutton_up.png
%%DATADIR%%/res/images/progress_widget_goo.png
%%DATADIR%%/res/images/statsubmit_down.png
%%DATADIR%%/res/images/statsubmit_down_over.png
%%DATADIR%%/res/images/statsubmit_over.png
%%DATADIR%%/res/images/statsubmit_up.png
%%DATADIR%%/res/images/superwidebutton_over.png
%%DATADIR%%/res/images/superwidebutton_up.png
%%DATADIR%%/res/images/third_over.png
%%DATADIR%%/res/images/third_up.png
%%DATADIR%%/res/images/transparentpixel.png
%%DATADIR%%/res/images/uiMenu_up.png
%%DATADIR%%/res/images/uiRetry_over.png
%%DATADIR%%/res/images/uiRetry_up_transparent.png
%%DATADIR%%/res/images/uishadow.png
%%DATADIR%%/res/images/whitesquare.png
%%DATADIR%%/res/images/whitesquare_translucent.png
%%DATADIR%%/res/images/widebutton_over.png
%%DATADIR%%/res/images/widebutton_up.png
%%DATADIR%%/res/islands/island1.xml.bin
%%DATADIR%%/res/islands/island2.xml.bin
%%DATADIR%%/res/islands/island3.xml.bin
%%DATADIR%%/res/islands/island4.xml.bin
%%DATADIR%%/res/islands/island5.xml.bin
%%DATADIR%%/res/levels/Chain/Chain.level.bin
%%DATADIR%%/res/levels/Chain/Chain.resrc.bin
%%DATADIR%%/res/levels/Chain/Chain.scene.bin
%%DATADIR%%/res/levels/Chain/bg.png
%%DATADIR%%/res/levels/Chain/cliffLeft.png
%%DATADIR%%/res/levels/Chain/cliffRight.png
%%DATADIR%%/res/levels/Chain/ground.png
%%DATADIR%%/res/levels/Chain/head.png
%%DATADIR%%/res/levels/Chain/post.png
%%DATADIR%%/res/levels/EconomicDivide/EconomicDivide.level.bin
%%DATADIR%%/res/levels/EconomicDivide/EconomicDivide.resrc.bin
%%DATADIR%%/res/levels/EconomicDivide/EconomicDivide.scene.bin
%%DATADIR%%/res/levels/EconomicDivide/cliff_left.png
%%DATADIR%%/res/levels/EconomicDivide/cliff_right.png
%%DATADIR%%/res/levels/FistyReachesOut/FistyReachesOut.level.bin
%%DATADIR%%/res/levels/FistyReachesOut/FistyReachesOut.resrc.bin
%%DATADIR%%/res/levels/FistyReachesOut/FistyReachesOut.scene.bin
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_arm.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_arm.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_arm.png
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_arm_bg.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_arm_bg.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_arm_bg.png
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_body.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_body.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_body.png
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_body_bg.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_body_bg.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_body_bg.png
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_eye.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_eye.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_eye.png
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_eye_bg.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_eye_bg.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_eye_bg.png
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_leg.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_leg.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_leg.png
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_leg_bg.anim.binltl
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_leg_bg.anim.binltl64
%%DATADIR%%/res/levels/FistyReachesOut/Fisty_leg_bg.png
%%DATADIR%%/res/levels/FistyReachesOut/bg.png
%%DATADIR%%/res/levels/FistyReachesOut/platform.png
%%DATADIR%%/res/levels/FlyingMachine/FlyingMachine.level.bin
%%DATADIR%%/res/levels/FlyingMachine/FlyingMachine.resrc.bin
%%DATADIR%%/res/levels/FlyingMachine/FlyingMachine.scene.bin
%%DATADIR%%/res/levels/FlyingMachine/barBig.png
%%DATADIR%%/res/levels/FlyingMachine/barLittle.png
%%DATADIR%%/res/levels/FlyingMachine/bg.png
%%DATADIR%%/res/levels/FlyingMachine/main.png
%%DATADIR%%/res/levels/GoingUp/GoingUp.level.bin
%%DATADIR%%/res/levels/GoingUp/GoingUp.resrc.bin
%%DATADIR%%/res/levels/GoingUp/GoingUp.scene.bin
%%DATADIR%%/res/levels/GoingUp/tutorialPost.de.png
%%DATADIR%%/res/levels/GoingUp/tutorialPost.es.png
%%DATADIR%%/res/levels/GoingUp/tutorialPost.fr.png
%%DATADIR%%/res/levels/GoingUp/tutorialPost.it.png
%%DATADIR%%/res/levels/GoingUp/tutorialPost.nl.png
%%DATADIR%%/res/levels/GoingUp/tutorialPost.png
%%DATADIR%%/res/levels/HangLow/HangLow.level.bin
%%DATADIR%%/res/levels/HangLow/HangLow.resrc.bin
%%DATADIR%%/res/levels/HangLow/HangLow.scene.bin
%%DATADIR%%/res/levels/HangLow/bg.png
%%DATADIR%%/res/levels/HangLow/icebridge1.png
%%DATADIR%%/res/levels/HangLow/iceplatform1.png
%%DATADIR%%/res/levels/HangLow/iceplatform2.png
%%DATADIR%%/res/levels/ImpaleSticky/ImpaleSticky.level.bin
%%DATADIR%%/res/levels/ImpaleSticky/ImpaleSticky.resrc.bin
%%DATADIR%%/res/levels/ImpaleSticky/ImpaleSticky.scene.bin
%%DATADIR%%/res/levels/ImpaleSticky/main_bottom.png
%%DATADIR%%/res/levels/ImpaleSticky/main_mid.png
%%DATADIR%%/res/levels/ImpaleSticky/main_top.png
%%DATADIR%%/res/levels/ImpaleSticky/tutorialSign.de.png
%%DATADIR%%/res/levels/ImpaleSticky/tutorialSign.es.png
%%DATADIR%%/res/levels/ImpaleSticky/tutorialSign.fr.png
%%DATADIR%%/res/levels/ImpaleSticky/tutorialSign.it.png
%%DATADIR%%/res/levels/ImpaleSticky/tutorialSign.nl.png
%%DATADIR%%/res/levels/ImpaleSticky/tutorialSign.png
%%DATADIR%%/res/levels/IslandUi/IslandUi.level.bin
%%DATADIR%%/res/levels/IslandUi/IslandUi.resrc.bin
%%DATADIR%%/res/levels/IslandUi/IslandUi.scene.bin
%%DATADIR%%/res/levels/IslandUi/WoGC_button_over.png
%%DATADIR%%/res/levels/IslandUi/WoGC_button_up.png
%%DATADIR%%/res/levels/IslandUi/zoomout_over.png
%%DATADIR%%/res/levels/IslandUi/zoomout_up.png
%%DATADIR%%/res/levels/IvyTower/IvyTower.level.bin
%%DATADIR%%/res/levels/IvyTower/IvyTower.resrc.bin
%%DATADIR%%/res/levels/IvyTower/IvyTower.scene.bin
%%DATADIR%%/res/levels/IvyTower/TowerLeft.png
%%DATADIR%%/res/levels/IvyTower/TowerRight.png
%%DATADIR%%/res/levels/IvyTower/bg.png
%%DATADIR%%/res/levels/IvyTower/ground.png
%%DATADIR%%/res/levels/MapWorldView/MapWorldView.level.bin
%%DATADIR%%/res/levels/MapWorldView/MapWorldView.resrc.bin
%%DATADIR%%/res/levels/MapWorldView/MapWorldView.scene.bin
%%DATADIR%%/res/levels/MapWorldView/bg.png
%%DATADIR%%/res/levels/MapWorldView/chapter1previewLabel_over.png
%%DATADIR%%/res/levels/MapWorldView/chapter1previewLabel_up.png
%%DATADIR%%/res/levels/MapWorldView/globe_shadow.png
%%DATADIR%%/res/levels/MapWorldView/ii_c1_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_c1_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_c2_disabled.png
%%DATADIR%%/res/levels/MapWorldView/ii_c2_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_c2_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_c3_disabled.png
%%DATADIR%%/res/levels/MapWorldView/ii_c3_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_c3_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_c4_disabled.png
%%DATADIR%%/res/levels/MapWorldView/ii_c4_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_c4_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_c5_disabled.png
%%DATADIR%%/res/levels/MapWorldView/ii_c5_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_c5_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_c6_disabled.png
%%DATADIR%%/res/levels/MapWorldView/ii_c6_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_c6_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_wogc3d_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_wogc3d_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_wogc_disabled.png
%%DATADIR%%/res/levels/MapWorldView/ii_wogc_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_wogc_up.png
%%DATADIR%%/res/levels/MapWorldView/ii_wogcd_over.png
%%DATADIR%%/res/levels/MapWorldView/ii_wogcd_up.png
%%DATADIR%%/res/levels/MapWorldView/letterbox_bottom.png
%%DATADIR%%/res/levels/MapWorldView/letterbox_top.png
%%DATADIR%%/res/levels/MapWorldView/mm_credits_over.png
%%DATADIR%%/res/levels/MapWorldView/mm_credits_up.png
%%DATADIR%%/res/levels/MapWorldView/mm_exit_over.png
%%DATADIR%%/res/levels/MapWorldView/mm_exit_up.png
%%DATADIR%%/res/levels/MapWorldView/mm_profiles_over.png
%%DATADIR%%/res/levels/MapWorldView/mm_profiles_up.png
%%DATADIR%%/res/levels/MapWorldView/title_GOO.png
%%DATADIR%%/res/levels/MapWorldView/title_OF.png
%%DATADIR%%/res/levels/MapWorldView/title_WORLD.png
%%DATADIR%%/res/levels/OdeToBridgeBuilder/OdeToBridgeBuilder.level.bin
%%DATADIR%%/res/levels/OdeToBridgeBuilder/OdeToBridgeBuilder.resrc.bin
%%DATADIR%%/res/levels/OdeToBridgeBuilder/OdeToBridgeBuilder.scene.bin
%%DATADIR%%/res/levels/RegurgitationPumpingStation/RegurgitationPumpingStation.level.bin
%%DATADIR%%/res/levels/RegurgitationPumpingStation/RegurgitationPumpingStation.resrc.bin
%%DATADIR%%/res/levels/RegurgitationPumpingStation/RegurgitationPumpingStation.scene.bin
%%DATADIR%%/res/levels/RegurgitationPumpingStation/billboard1.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/distantStack.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/lip_l.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/lip_r.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/main_l.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/main_r.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/rafter_bg.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/sky.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/ssBg.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/stomachBg.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/stomach_bottom.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/stomach_left.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/stomach_right.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/throatSeg.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/throatTop.png
%%DATADIR%%/res/levels/RegurgitationPumpingStation/wheel.png
%%DATADIR%%/res/levels/TowerOfGoo/TowerOfGoo.level.bin
%%DATADIR%%/res/levels/TowerOfGoo/TowerOfGoo.resrc.bin
%%DATADIR%%/res/levels/TowerOfGoo/TowerOfGoo.scene.bin
%%DATADIR%%/res/levels/Tumbler/Tumbler.level.bin
%%DATADIR%%/res/levels/Tumbler/Tumbler.resrc.bin
%%DATADIR%%/res/levels/Tumbler/Tumbler.scene.bin
%%DATADIR%%/res/levels/Tumbler/Wheel00.png
%%DATADIR%%/res/levels/Tumbler/Wheel01.png
%%DATADIR%%/res/levels/Tumbler/bg.png
%%DATADIR%%/res/levels/island1/bg.png
%%DATADIR%%/res/levels/island1/fireBg.png
%%DATADIR%%/res/levels/island1/fireRafter.png
%%DATADIR%%/res/levels/island1/island1.level.bin
%%DATADIR%%/res/levels/island1/island1.resrc.bin
%%DATADIR%%/res/levels/island1/island1.scene.bin
%%DATADIR%%/res/levels/island1/main.png
%%DATADIR%%/res/levels/island1/pipecon1.png
%%DATADIR%%/res/levels/island1/pipecon10.png
%%DATADIR%%/res/levels/island1/pipecon11.png
%%DATADIR%%/res/levels/island1/pipecon12.png
%%DATADIR%%/res/levels/island1/pipecon2.png
%%DATADIR%%/res/levels/island1/pipecon3.png
%%DATADIR%%/res/levels/island1/pipecon5.png
%%DATADIR%%/res/levels/island1/pipecon6.png
%%DATADIR%%/res/levels/island1/pipecon7.png
%%DATADIR%%/res/levels/island1/pipecon8.png
%%DATADIR%%/res/levels/island1/pipecon9.png
%%DATADIR%%/res/levels/island1/title.de.png
%%DATADIR%%/res/levels/island1/title.es.png
%%DATADIR%%/res/levels/island1/title.fr.png
%%DATADIR%%/res/levels/island1/title.it.png
%%DATADIR%%/res/levels/island1/title.nl.png
%%DATADIR%%/res/levels/island1/title.png
%%DATADIR%%/res/levels/island2/bg.png
%%DATADIR%%/res/levels/island2/chapter1previewSign.png
%%DATADIR%%/res/levels/island2/hair.png
%%DATADIR%%/res/levels/island2/island2.level.bin
%%DATADIR%%/res/levels/island2/island2.resrc.bin
%%DATADIR%%/res/levels/island2/island2.scene.bin
%%DATADIR%%/res/levels/island2/main_03.png
%%DATADIR%%/res/levels/island2/main_06.png
%%DATADIR%%/res/levels/island2/main_08.png
%%DATADIR%%/res/levels/island2/mainbg.png
%%DATADIR%%/res/levels/island2/pipecon0.png
%%DATADIR%%/res/levels/island2/pipecon1.png
%%DATADIR%%/res/levels/island2/pipecon10.png
%%DATADIR%%/res/levels/island2/pipecon11.png
%%DATADIR%%/res/levels/island2/pipecon2.png
%%DATADIR%%/res/levels/island2/pipecon4.png
%%DATADIR%%/res/levels/island2/pipecon5.png
%%DATADIR%%/res/levels/island2/pipecon7.png
%%DATADIR%%/res/levels/island2/pipecon8.png
%%DATADIR%%/res/levels/island2/pipecon9.png
%%DATADIR%%/res/levels/island2/title.de.png
%%DATADIR%%/res/levels/island2/title.es.png
%%DATADIR%%/res/levels/island2/title.fr.png
%%DATADIR%%/res/levels/island2/title.it.png
%%DATADIR%%/res/levels/island2/title.nl.png
%%DATADIR%%/res/levels/island2/title.png
%%DATADIR%%/res/levels/wogc/ConnectBB_blank.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connected.de.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connected.es.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connected.fr.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connected.it.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connected.nl.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connected.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connectfail.de.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connectfail.es.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connectfail.fr.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connectfail.it.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connectfail.nl.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connectfail.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connecting.de.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connecting.es.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connecting.fr.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connecting.it.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connecting.nl.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_connecting.png
%%DATADIR%%/res/levels/wogc/ConnectBB_content_disconnected.png
%%DATADIR%%/res/levels/wogc/DistantBuildings1.png
%%DATADIR%%/res/levels/wogc/DistantBuildings2.png
%%DATADIR%%/res/levels/wogc/DistantWogCorp.png
%%DATADIR%%/res/levels/wogc/bb_delicious.png
%%DATADIR%%/res/levels/wogc/bb_tastesogood.png
%%DATADIR%%/res/levels/wogc/bb_whatyouwannagoo.png
%%DATADIR%%/res/levels/wogc/bbpost.png
%%DATADIR%%/res/levels/wogc/buttonConnect_over.de.png
%%DATADIR%%/res/levels/wogc/buttonConnect_over.es.png
%%DATADIR%%/res/levels/wogc/buttonConnect_over.fr.png
%%DATADIR%%/res/levels/wogc/buttonConnect_over.it.png
%%DATADIR%%/res/levels/wogc/buttonConnect_over.nl.png
%%DATADIR%%/res/levels/wogc/buttonConnect_over.png
%%DATADIR%%/res/levels/wogc/buttonConnect_up.de.png
%%DATADIR%%/res/levels/wogc/buttonConnect_up.es.png
%%DATADIR%%/res/levels/wogc/buttonConnect_up.fr.png
%%DATADIR%%/res/levels/wogc/buttonConnect_up.it.png
%%DATADIR%%/res/levels/wogc/buttonConnect_up.nl.png
%%DATADIR%%/res/levels/wogc/buttonConnect_up.png
%%DATADIR%%/res/levels/wogc/consolecursor.png
%%DATADIR%%/res/levels/wogc/groundTile_before.png
%%DATADIR%%/res/levels/wogc/haze.png
%%DATADIR%%/res/levels/wogc/junktile.png
%%DATADIR%%/res/levels/wogc/nukem_bg.de.png
%%DATADIR%%/res/levels/wogc/nukem_bg.es.png
%%DATADIR%%/res/levels/wogc/nukem_bg.fr.png
%%DATADIR%%/res/levels/wogc/nukem_bg.it.png
%%DATADIR%%/res/levels/wogc/nukem_bg.nl.png
%%DATADIR%%/res/levels/wogc/nukem_bg.png
%%DATADIR%%/res/levels/wogc/quit_over.png
%%DATADIR%%/res/levels/wogc/quit_up.png
%%DATADIR%%/res/levels/wogc/skytile.png
%%DATADIR%%/res/levels/wogc/wogc.level.bin
%%DATADIR%%/res/levels/wogc/wogc.resrc.bin
%%DATADIR%%/res/levels/wogc/wogc.scene.bin
%%DATADIR%%/res/movie/2dboyLogo/2dboyLogo.movie.binltl
%%DATADIR%%/res/movie/2dboyLogo/2dboyLogo.movie.binltl64
%%DATADIR%%/res/movie/2dboyLogo/2dboyLogo.resrc.bin
%%DATADIR%%/res/movie/2dboyLogo/logo_2.png
%%DATADIR%%/res/movie/2dboyLogo/logo_B.png
%%DATADIR%%/res/movie/2dboyLogo/logo_D.png
%%DATADIR%%/res/movie/2dboyLogo/logo_O.png
%%DATADIR%%/res/movie/2dboyLogo/logo_Y.png
%%DATADIR%%/res/movie/2dboyLogo/presents.de.png
%%DATADIR%%/res/movie/2dboyLogo/presents.es.png
%%DATADIR%%/res/movie/2dboyLogo/presents.fr.png
%%DATADIR%%/res/movie/2dboyLogo/presents.it.png
%%DATADIR%%/res/movie/2dboyLogo/presents.nl.png
%%DATADIR%%/res/movie/2dboyLogo/presents.png
%%DATADIR%%/res/movie/2dboyLogo/smear.png
%%DATADIR%%/res/movie/2dboyLogo/splat1.png
%%DATADIR%%/res/movie/Chapter1End/Chapter1End.movie.binltl
%%DATADIR%%/res/movie/Chapter1End/Chapter1End.movie.binltl64
%%DATADIR%%/res/movie/Chapter1End/Chapter1End.resrc.bin
%%DATADIR%%/res/movie/Chapter1End/creature.png
%%DATADIR%%/res/movie/Chapter1End/sky.png
%%DATADIR%%/res/movie/Chapter1End/world.png
%%DATADIR%%/res/movie/_generic/arm.png
%%DATADIR%%/res/movie/_generic/black32.png
%%DATADIR%%/res/movie/_generic/consoleBeep1.ogg
%%DATADIR%%/res/movie/_generic/convertWorld.ogg
%%DATADIR%%/res/movie/_generic/fader.png
%%DATADIR%%/res/movie/_generic/girl0.png
%%DATADIR%%/res/movie/_generic/girl1.png
%%DATADIR%%/res/movie/_generic/girl2.png
%%DATADIR%%/res/movie/_generic/girl3.png
%%DATADIR%%/res/movie/_generic/lightson.ogg
%%DATADIR%%/res/movie/_generic/middleFinger.png
%%DATADIR%%/res/movie/_generic/pinky.png
%%DATADIR%%/res/movie/_generic/placeholderSign.png
%%DATADIR%%/res/movie/_generic/s1_beam.png
%%DATADIR%%/res/movie/_generic/s2_bg.png
%%DATADIR%%/res/movie/_generic/s2_cursor.png
%%DATADIR%%/res/movie/_generic/s2_sign.png
%%DATADIR%%/res/movie/_generic/s2_veggies.png
%%DATADIR%%/res/movie/_generic/s2bg.png
%%DATADIR%%/res/movie/_generic/s3_beam.png
%%DATADIR%%/res/movie/_generic/s4_bg.png
%%DATADIR%%/res/movie/_generic/s4_cube.png
%%DATADIR%%/res/movie/_generic/s4_globe.png
%%DATADIR%%/res/movie/_generic/s4_mist.png
%%DATADIR%%/res/movie/_generic/s4_squareBig.png
%%DATADIR%%/res/movie/_generic/s4_wireframe.png
%%DATADIR%%/res/movie/_generic/signpostIsh.png
%%DATADIR%%/res/movie/_generic/thumb.png
%%DATADIR%%/res/movie/_generic/white32.png
%%DATADIR%%/res/movie/_generic/wogLogo01.png
%%DATADIR%%/res/movie/_generic/woosh.png
%%DATADIR%%/res/movie/credits/2dboy.png
%%DATADIR%%/res/movie/credits/allanblomquist.png
%%DATADIR%%/res/movie/credits/and.png
%%DATADIR%%/res/movie/credits/credits.movie.binltl
%%DATADIR%%/res/movie/credits/credits.movie.binltl64
%%DATADIR%%/res/movie/credits/credits.resrc.bin
%%DATADIR%%/res/movie/credits/gear.png
%%DATADIR%%/res/movie/credits/girl0.png
%%DATADIR%%/res/movie/credits/girl1.png
%%DATADIR%%/res/movie/credits/girl2.png
%%DATADIR%%/res/movie/credits/girl3.png
%%DATADIR%%/res/movie/credits/kylegabler.png
%%DATADIR%%/res/movie/credits/paulhubans.png
%%DATADIR%%/res/movie/credits/roncarmel.png
%%DATADIR%%/res/movie/credits/run1.ogg
%%DATADIR%%/res/movie/credits/run2.ogg
%%DATADIR%%/res/movie/credits/tree.png
%%DATADIR%%/res/movie/eol_1_in/blurStar.png
%%DATADIR%%/res/movie/eol_1_in/cheer1.ogg
%%DATADIR%%/res/movie/eol_1_in/collectionTankHandle.de.png
%%DATADIR%%/res/movie/eol_1_in/collectionTankHandle.es.png
%%DATADIR%%/res/movie/eol_1_in/collectionTankHandle.fr.png
%%DATADIR%%/res/movie/eol_1_in/collectionTankHandle.it.png
%%DATADIR%%/res/movie/eol_1_in/collectionTankHandle.nl.png
%%DATADIR%%/res/movie/eol_1_in/collectionTankHandle.png
%%DATADIR%%/res/movie/eol_1_in/collectionTank_fg.png
%%DATADIR%%/res/movie/eol_1_in/eol_1_in.movie.binltl
%%DATADIR%%/res/movie/eol_1_in/eol_1_in.movie.binltl64
%%DATADIR%%/res/movie/eol_1_in/eol_1_in.resrc.bin
%%DATADIR%%/res/movie/eol_1_in/handleUp.ogg
%%DATADIR%%/res/movie/eol_1_in/pipeSeg.png
%%DATADIR%%/res/movie/eol_1_in/pipeTravelBg.png
%%DATADIR%%/res/movie/eol_1_in/pipeTravelSeg0.png
%%DATADIR%%/res/movie/eol_1_in/statPop.ogg
%%DATADIR%%/res/movie/eol_1_in/statlabel_collected.de.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_collected.es.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_collected.fr.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_collected.it.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_collected.nl.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_collected.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_extracredit.de.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_extracredit.es.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_extracredit.fr.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_extracredit.it.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_extracredit.nl.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_extracredit.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_goal.de.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_goal.es.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_goal.fr.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_goal.it.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_goal.nl.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_goal.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_moves.de.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_moves.es.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_moves.fr.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_moves.it.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_moves.nl.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_moves.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_time.de.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_time.es.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_time.fr.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_time.it.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_time.nl.png
%%DATADIR%%/res/movie/eol_1_in/statlabel_time.png
%%DATADIR%%/res/movie/eol_1_in/swish.ogg
%%DATADIR%%/res/movie/eol_1_in/tankEmpty.ogg
%%DATADIR%%/res/movie/eol_1_in/tankFill.ogg
%%DATADIR%%/res/movie/eol_1_in/tankIn.ogg
%%DATADIR%%/res/movie/eol_1_in/transwoosh2.ogg
%%DATADIR%%/res/movie/eol_2.5_statsin/eol_2.5_statsin.movie.binltl
%%DATADIR%%/res/movie/eol_2.5_statsin/eol_2.5_statsin.movie.binltl64
%%DATADIR%%/res/movie/eol_2.5_statsin/eol_2.5_statsin.resrc.bin
%%DATADIR%%/res/movie/eol_2_fillwait/eol_2_fillwait.movie.binltl
%%DATADIR%%/res/movie/eol_2_fillwait/eol_2_fillwait.movie.binltl64
%%DATADIR%%/res/movie/eol_2_fillwait/eol_2_fillwait.resrc.bin
%%DATADIR%%/res/movie/eol_3_handleup/eol_3_handleup.movie.binltl
%%DATADIR%%/res/movie/eol_3_handleup/eol_3_handleup.movie.binltl64
%%DATADIR%%/res/movie/eol_3_handleup/eol_3_handleup.resrc.bin
%%DATADIR%%/res/movie/eol_4_waitclick/eol_4_waitclick.movie.binltl
%%DATADIR%%/res/movie/eol_4_waitclick/eol_4_waitclick.movie.binltl64
%%DATADIR%%/res/movie/eol_4_waitclick/eol_4_waitclick.resrc.bin
%%DATADIR%%/res/movie/eol_5_handlepull/eol_5_handlepull.movie.binltl
%%DATADIR%%/res/movie/eol_5_handlepull/eol_5_handlepull.movie.binltl64
%%DATADIR%%/res/movie/eol_5_handlepull/eol_5_handlepull.resrc.bin
%%DATADIR%%/res/movie/eol_6_travel/eol_6_travel.movie.binltl
%%DATADIR%%/res/movie/eol_6_travel/eol_6_travel.movie.binltl64
%%DATADIR%%/res/movie/eol_6_travel/eol_6_travel.resrc.bin
%%DATADIR%%/res/movie/eol_7_islandin/eol_7_islandin.movie.binltl
%%DATADIR%%/res/movie/eol_7_islandin/eol_7_islandin.movie.binltl64
%%DATADIR%%/res/movie/eol_7_islandin/eol_7_islandin.resrc.bin
%%DATADIR%%/res/movie/gooTransition_in/gooTransition_in.movie.binltl
%%DATADIR%%/res/movie/gooTransition_in/gooTransition_in.movie.binltl64
%%DATADIR%%/res/movie/gooTransition_in/gooTransition_in.resrc.bin
%%DATADIR%%/res/movie/gooTransition_loop/gooTransition_loop.movie.binltl
%%DATADIR%%/res/movie/gooTransition_loop/gooTransition_loop.movie.binltl64
%%DATADIR%%/res/movie/gooTransition_loop/gooTransition_loop.resrc.bin
%%DATADIR%%/res/movie/gooTransition_out/gooTransition_out.movie.binltl
%%DATADIR%%/res/movie/gooTransition_out/gooTransition_out.movie.binltl64
%%DATADIR%%/res/movie/gooTransition_out/gooTransition_out.resrc.bin
%%DATADIR%%/res/movie/levelFadeOut/levelFadeOut.movie.binltl
%%DATADIR%%/res/movie/levelFadeOut/levelFadeOut.movie.binltl64
%%DATADIR%%/res/movie/levelFadeOut/levelFadeOut.resrc.bin
%%DATADIR%%/res/movie/levelinfotransition_in/leafbunch.png
%%DATADIR%%/res/movie/levelinfotransition_in/levelinfotransition_in.movie.binltl
%%DATADIR%%/res/movie/levelinfotransition_in/levelinfotransition_in.movie.binltl64
%%DATADIR%%/res/movie/levelinfotransition_in/levelinfotransition_in.resrc.bin
%%DATADIR%%/res/movie/levelinfotransition_main/levelinfotransition_main.movie.binltl
%%DATADIR%%/res/movie/levelinfotransition_main/levelinfotransition_main.movie.binltl64
%%DATADIR%%/res/movie/levelinfotransition_main/levelinfotransition_main.resrc.bin
%%DATADIR%%/res/movie/levelinfotransition_out/levelinfotransition_out.movie.binltl
%%DATADIR%%/res/movie/levelinfotransition_out/levelinfotransition_out.movie.binltl64
%%DATADIR%%/res/movie/levelinfotransition_out/levelinfotransition_out.resrc.bin
%%DATADIR%%/res/movie/seasonDisplay/seasonDisplay.movie.binltl
%%DATADIR%%/res/movie/seasonDisplay/seasonDisplay.movie.binltl64
%%DATADIR%%/res/movie/seasonDisplay/seasonDisplay.resrc.bin
%%DATADIR%%/res/movie/signpostDlgIsh_flipin/signpostDlgIsh_flipin.movie.binltl
%%DATADIR%%/res/movie/signpostDlgIsh_flipin/signpostDlgIsh_flipin.movie.binltl64
%%DATADIR%%/res/movie/signpostDlgIsh_flipin/signpostDlgIsh_flipin.resrc.bin
%%DATADIR%%/res/movie/signpostDlgIsh_flipout/signpostDlgIsh_flipout.movie.binltl
%%DATADIR%%/res/movie/signpostDlgIsh_flipout/signpostDlgIsh_flipout.movie.binltl64
%%DATADIR%%/res/movie/signpostDlgIsh_flipout/signpostDlgIsh_flipout.resrc.bin
%%DATADIR%%/res/movie/signpostDlgIsh_in/signpostDlgIsh_in.movie.binltl
%%DATADIR%%/res/movie/signpostDlgIsh_in/signpostDlgIsh_in.movie.binltl64
%%DATADIR%%/res/movie/signpostDlgIsh_in/signpostDlgIsh_in.resrc.bin
%%DATADIR%%/res/movie/signpostDlgIsh_loop/signpostDlgIsh_loop.movie.binltl
%%DATADIR%%/res/movie/signpostDlgIsh_loop/signpostDlgIsh_loop.movie.binltl64
%%DATADIR%%/res/movie/signpostDlgIsh_loop/signpostDlgIsh_loop.resrc.bin
%%DATADIR%%/res/movie/signpostDlgIsh_out/signpostDlgIsh_out.movie.binltl
%%DATADIR%%/res/movie/signpostDlgIsh_out/signpostDlgIsh_out.movie.binltl64
%%DATADIR%%/res/movie/signpostDlgIsh_out/signpostDlgIsh_out.resrc.bin
%%DATADIR%%/res/movie/signpostDlg_flipin/signpostDlg_flipin.movie.binltl
%%DATADIR%%/res/movie/signpostDlg_flipin/signpostDlg_flipin.movie.binltl64
%%DATADIR%%/res/movie/signpostDlg_flipin/signpostDlg_flipin.resrc.bin
%%DATADIR%%/res/movie/signpostDlg_flipout/signpostDlg_flipout.movie.binltl
%%DATADIR%%/res/movie/signpostDlg_flipout/signpostDlg_flipout.movie.binltl64
%%DATADIR%%/res/movie/signpostDlg_flipout/signpostDlg_flipout.resrc.bin
%%DATADIR%%/res/movie/signpostDlg_in/signpostDlg_in.movie.binltl
%%DATADIR%%/res/movie/signpostDlg_in/signpostDlg_in.movie.binltl64
%%DATADIR%%/res/movie/signpostDlg_in/signpostDlg_in.resrc.bin
%%DATADIR%%/res/movie/signpostDlg_loop/signpostDlg_loop.movie.binltl
%%DATADIR%%/res/movie/signpostDlg_loop/signpostDlg_loop.movie.binltl64
%%DATADIR%%/res/movie/signpostDlg_loop/signpostDlg_loop.resrc.bin
%%DATADIR%%/res/movie/signpostDlg_out/signpostDlg_out.movie.binltl
%%DATADIR%%/res/movie/signpostDlg_out/signpostDlg_out.movie.binltl64
%%DATADIR%%/res/movie/signpostDlg_out/signpostDlg_out.resrc.bin
%%DATADIR%%/res/movie/wogcunlock/bbUnlocked.png
%%DATADIR%%/res/movie/wogcunlock/beauty1.png
%%DATADIR%%/res/movie/wogcunlock/beauty2.png
%%DATADIR%%/res/movie/wogcunlock/city.png
%%DATADIR%%/res/movie/wogcunlock/glow.png
%%DATADIR%%/res/movie/wogcunlock/opensign_off.de.png
%%DATADIR%%/res/movie/wogcunlock/opensign_off.es.png
%%DATADIR%%/res/movie/wogcunlock/opensign_off.fr.png
%%DATADIR%%/res/movie/wogcunlock/opensign_off.it.png
%%DATADIR%%/res/movie/wogcunlock/opensign_off.nl.png
%%DATADIR%%/res/movie/wogcunlock/opensign_off.png
%%DATADIR%%/res/movie/wogcunlock/opensign_on.de.png
%%DATADIR%%/res/movie/wogcunlock/opensign_on.es.png
%%DATADIR%%/res/movie/wogcunlock/opensign_on.fr.png
%%DATADIR%%/res/movie/wogcunlock/opensign_on.it.png
%%DATADIR%%/res/movie/wogcunlock/opensign_on.nl.png
%%DATADIR%%/res/movie/wogcunlock/opensign_on.png
%%DATADIR%%/res/movie/wogcunlock/title_CORPORATION.png
%%DATADIR%%/res/movie/wogcunlock/title_GOO.png
%%DATADIR%%/res/movie/wogcunlock/title_OF.png
%%DATADIR%%/res/movie/wogcunlock/title_WORLD.png
%%DATADIR%%/res/movie/wogcunlock/wogc.png
%%DATADIR%%/res/movie/wogcunlock/wogcunlock.movie.binltl
%%DATADIR%%/res/movie/wogcunlock/wogcunlock.movie.binltl64
%%DATADIR%%/res/movie/wogcunlock/wogcunlock.resrc.bin
%%DATADIR%%/res/music/OdeToTheBridgeBuilder.ogg
%%DATADIR%%/res/music/RainRainWindyWindy.ogg
%%DATADIR%%/res/music/WogThemeLoop.ogg
%%DATADIR%%/res/music/kaptainpolka.ogg
%%DATADIR%%/res/music/temp_CarnivalLoop.ogg
%%DATADIR%%/res/music/temp_DWtD1.ogg
%%DATADIR%%/res/music/temp_DWtD2.ogg
%%DATADIR%%/res/music/temp_islandam.ogg
%%DATADIR%%/res/music/temp_jelly.ogg
%%DATADIR%%/res/music/temp_main.ogg
%%DATADIR%%/res/music/temp_miniottbb.ogg
%%DATADIR%%/res/music/threadcutter.ogg
%%DATADIR%%/res/scenes/EOL.resrc.bin
%%DATADIR%%/res/scenes/EOL.scene.bin
%%DATADIR%%/res/scenes/GameMenu.resrc.bin
%%DATADIR%%/res/scenes/GameMenu.scene.bin
%%DATADIR%%/res/sounds/WoGCUnlocks.ogg
%%DATADIR%%/res/sounds/anticipation.ogg
%%DATADIR%%/res/sounds/cheer2.ogg
%%DATADIR%%/res/sounds/discovery1.ogg
%%DATADIR%%/res/sounds/discovery2.ogg
%%DATADIR%%/res/sounds/discovery3.ogg
%%DATADIR%%/res/sounds/discovery4.ogg
%%DATADIR%%/res/sounds/earthquake.ogg
%%DATADIR%%/res/sounds/extracredit.ogg
%%DATADIR%%/res/sounds/fling01.ogg
%%DATADIR%%/res/sounds/fling02.ogg
%%DATADIR%%/res/sounds/fling03.ogg
%%DATADIR%%/res/sounds/fling04.ogg
%%DATADIR%%/res/sounds/fling05.ogg
%%DATADIR%%/res/sounds/fling06.ogg
%%DATADIR%%/res/sounds/fling07.ogg
%%DATADIR%%/res/sounds/fling08.ogg
%%DATADIR%%/res/sounds/fling09.ogg
%%DATADIR%%/res/sounds/fling10.ogg
%%DATADIR%%/res/sounds/geyser.ogg
%%DATADIR%%/res/sounds/geyser2.ogg
%%DATADIR%%/res/sounds/gootrail.ogg
%%DATADIR%%/res/sounds/loop_beforeItRains.ogg
%%DATADIR%%/res/sounds/loop_bubbles.ogg
%%DATADIR%%/res/sounds/loop_celebrityCrowd.ogg
%%DATADIR%%/res/sounds/loop_eveningWater.ogg
%%DATADIR%%/res/sounds/loop_fire.ogg
%%DATADIR%%/res/sounds/loop_firewater.ogg
%%DATADIR%%/res/sounds/loop_rainLite.ogg
%%DATADIR%%/res/sounds/loop_readyToNuke.ogg
%%DATADIR%%/res/sounds/loop_shore.ogg
%%DATADIR%%/res/sounds/loop_squeaksInTheWind.ogg
%%DATADIR%%/res/sounds/loop_strongwind.ogg
%%DATADIR%%/res/sounds/loop_superbirds.ogg
%%DATADIR%%/res/sounds/loop_waterPond.ogg
%%DATADIR%%/res/sounds/nuke.ogg
%%DATADIR%%/res/sounds/nuke_cover_close.ogg
%%DATADIR%%/res/sounds/nuke_cover_open.ogg
%%DATADIR%%/res/sounds/pipeHit_00.ogg
%%DATADIR%%/res/sounds/pipeHit_01.ogg
%%DATADIR%%/res/sounds/pipeHit_02.ogg
%%DATADIR%%/res/sounds/pipeHit_03.ogg
%%DATADIR%%/res/sounds/pipeHit_04.ogg
%%DATADIR%%/res/sounds/pipeHit_05.ogg
%%DATADIR%%/res/sounds/pipeHit_06.ogg
%%DATADIR%%/res/sounds/pipeHit_07.ogg
%%DATADIR%%/res/sounds/pipeHit_08.ogg
%%DATADIR%%/res/sounds/pipeHit_09.ogg
%%DATADIR%%/res/sounds/pipeHit_10.ogg
%%DATADIR%%/res/sounds/pipeHit_11.ogg
%%DATADIR%%/res/sounds/pipeHit_12.ogg
%%DATADIR%%/res/sounds/popup.ogg
%%DATADIR%%/res/sounds/shatter.ogg
%%DATADIR%%/res/sounds/splash.ogg
%%DATADIR%%/res/sounds/strand_break.ogg
%%DATADIR%%/res/sounds/suck_begin.ogg
%%DATADIR%%/res/sounds/suck_end.ogg
%%DATADIR%%/res/sounds/suck_loop.ogg
%%DATADIR%%/res/sounds/timebugspawn1.ogg
%%DATADIR%%/res/sounds/timebugspawn2.ogg
%%DATADIR%%/res/sounds/undo.ogg
%%DATADIR%%/res/sounds/whistle1.ogg
%%DATADIR%%/res/sounds/whistle2.ogg
%%DATADIR%%/res/sounds/whistle3.ogg
%%DATADIR%%/res/sounds/whistle4.ogg