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.
27 lines
602 B
27 lines
602 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"28 12 8 1",
|
|
" c #070707",
|
|
". c Gray17",
|
|
"X c Gray30",
|
|
"o c Gray42",
|
|
"O c Gray57",
|
|
"+ c #aeaeae",
|
|
"@ c Gray81",
|
|
"# c None",
|
|
/* pixels */
|
|
"############################",
|
|
"########################++##",
|
|
"########################@ +#",
|
|
"##############@######@###..#",
|
|
"######@ O####@ +####+ @##O +",
|
|
"#####@ @##@ @##+ ##O O",
|
|
"#oo#@ .#+ X#O o#O +",
|
|
"#@.o. o o . +. #",
|
|
"##O @O @o @+ @#",
|
|
"###o +##X @##. .@##OO##",
|
|
"####. +###@ @###@ .@#######",
|
|
"####++#####+@#####O@########"
|
|
};
|