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.
34 lines
765 B
34 lines
765 B
15 years ago
|
/* XPM */
|
||
|
static char * basis_6_xpm[] = {
|
||
|
"22 24 6 1",
|
||
|
" c None",
|
||
|
"# c black",
|
||
|
"+ c #242724",
|
||
|
"@ c #4D4E4D",
|
||
|
"- c #6B6D6B",
|
||
|
". c #848484",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ############# ",
|
||
|
" ############# ",
|
||
|
" # # # ",
|
||
|
" # # # ",
|
||
|
" # # # ",
|
||
|
" # # # ",
|
||
|
" # # # ",
|
||
|
" # # # ",
|
||
|
" # # # ",
|
||
|
" -@## -@## -@## ",
|
||
|
" +#### +#### +#### ",
|
||
|
" ##### ##### ##### ",
|
||
|
" .#@. .#@. .#@. ",
|
||
|
" ",
|
||
|
" ###@ ",
|
||
|
" .# ",
|
||
|
" +#- ",
|
||
|
" # ",
|
||
|
" ",
|
||
|
" #. ",
|
||
|
" "};
|