junglejourney

view images/beastrd2.xpm @ 201:72baa6318192

Added the final two enemies. Fixed enemy type selection to include the fifth enemy type.
author David Boddie <david@boddie.org.uk>
date Sat Oct 08 23:06:44 2011 +0200
parents
children
line source
1 /* XPM */
2 static char * beastrd2_xpm[] = {
3 "16 16 4 1",
4 " c None",
5 ". c #000000",
6 "+ c #FF0000",
7 "@ c #FFFF00",
8 "................",
9 "................",
10 ".+..............",
11 "+...+++++.......",
12 ".+.++@++++...+..",
13 "..++++++@+.+++..",
14 ".+++++@+++++@+..",
15 ".++@++++++++++++",
16 ".++++@+++@+++..+",
17 "..+++++++++.++..",
18 "....++..++......",
19 "....++..++......",
20 "....++..++......",
21 "...++....++.....",
22 "....+....+......",
23 "................"};