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
462 B
31 lines
462 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"11 17 7 1",
|
|
" c #010101",
|
|
". c #4c4c4c",
|
|
"X c #6c6c6c",
|
|
"o c #8e8e8e",
|
|
"O c Gray65",
|
|
"+ c #d3d3d3",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@",
|
|
"@+O@@@@@@O+",
|
|
"@OX@@@@@@XO",
|
|
"@OX@@@@@@XO",
|
|
"@OX@@@@@@XO",
|
|
"@OX@@@@@@XO",
|
|
"@OX@@@@@+XO",
|
|
"@O. .O",
|
|
"@O.oOooooXO",
|
|
"@OXoooooo.O",
|
|
"@O. .O",
|
|
"@OX@@@@@@XO",
|
|
"@OX@@@@@@XO",
|
|
"@OX@@@@@@XO",
|
|
"@OX@@@@@@XO",
|
|
"@oX@@@@@@Xo",
|
|
"@+O@@@@@@O+"
|
|
};
|