junglejourney

view materials/images/health.xpm @ 206:3c70453e0e03

Added a cassette inlay.
author David Boddie <david@boddie.org.uk>
date Sun Oct 09 00:21:18 2011 +0200
parents
children
line source
1 /* XPM */
2 static char * health_xpm[] = {
3 "16 16 5 1",
4 " c None",
5 ". c #000000",
6 "+ c #008000",
7 "@ c #FFFF00",
8 "# c #FF0000",
9 "................",
10 "...+.@@..@@.+...",
11 ".+..@.#@#@.@..+.",
12 "....#@@@@@@#....",
13 "..#####@@#####..",
14 ".#..#@@##@@#..#.",
15 ".###@.####.@###.",
16 ".##@##..#.##@##.",
17 ".##@####.###@##.",
18 ".##@####.###@##.",
19 "..#@####.###@##.",
20 "...@####.###@##.",
21 ".....###.###@#..",
22 "..+...##.###....",
23 ".+..+..#.#..+.+.",
24 "................"};