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.
24 lines
379 B
24 lines
379 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"14 9 8 1",
|
|
" c #010101",
|
|
". c Gray20",
|
|
"X c Gray31",
|
|
"o c Gray44",
|
|
"O c Gray56",
|
|
"+ c #a5a5a5",
|
|
"@ c Gray80",
|
|
"# c None",
|
|
/* pixels */
|
|
"##############",
|
|
"#########@####",
|
|
"###.@#oo#X.###",
|
|
"##o .+ OX X+O",
|
|
"#@o+ +. XO #",
|
|
"#+O#OX#@.o#XO#",
|
|
"#oo######@####",
|
|
"#+O###########",
|
|
"##@###########"
|
|
};
|