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.
31 lines
394 B
31 lines
394 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 17 7 1",
|
|
" c #040404",
|
|
". c #282828",
|
|
"X c #6f6f6f",
|
|
"o c #888888",
|
|
"O c #b4b4b4",
|
|
"+ c #c5c5c5",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@",
|
|
"@+O@@@@",
|
|
"@XX@@@@",
|
|
"@XX@@@@",
|
|
"@XX@@@@",
|
|
"@XX@@@@",
|
|
"@XX@@@@",
|
|
"@XX@@@@",
|
|
"@XX@@@@",
|
|
"@XX+XO@",
|
|
"@o +",
|
|
"@o.@O o",
|
|
"@XX@@ O",
|
|
"@XX@Xo@",
|
|
"@XXXO@@",
|
|
"@o O@@@",
|
|
"@OO@@@@"
|
|
};
|