junglejourney

view materials/images/jewel.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 * jewel_xpm[] = {
3 "16 16 5 1",
4 " c None",
5 ". c #000000",
6 "+ c #008000",
7 "@ c #FF0000",
8 "# c #FFFF00",
9 "...............+",
10 "...+..@....+....",
11 ".....@.@........",
12 ".+...@.@@...+.+.",
13 "....#@.#@@......",
14 "+...@@.@#@@..+..",
15 "....@#.@@#@@....",
16 "...@@@.@...@....",
17 "......@.@@@.....",
18 "....@@#.@@@...+.",
19 ".+...@@.@#@..+..",
20 "......@@.@......",
21 ".......@.@......",
22 "..+.....@..+....",
23 ".....+........+.",
24 "................"};