You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
392 B
25 lines
392 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 10 8 1",
|
|
" c #1d1d1d",
|
|
". c Gray18",
|
|
"X c #505050",
|
|
"o c #747474",
|
|
"O c #868686",
|
|
"+ c #acacac",
|
|
"@ c #cbcbcb",
|
|
"# c None",
|
|
/* pixels */
|
|
"#############",
|
|
"###########++",
|
|
"##########o.+",
|
|
"########@XX@#",
|
|
"#######o +###",
|
|
"#####@ o#####",
|
|
"####o @######",
|
|
"##+XO########",
|
|
"#+.@#########",
|
|
"#@@##########"
|
|
};
|