wip
This commit is contained in:
parent
602ba00156
commit
bd2c85d6c1
11 changed files with 434 additions and 6 deletions
36
mauplay/skipback.xpm
Normal file
36
mauplay/skipback.xpm
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
/* XPM */
|
||||
static char *skipback_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"28 28 2 1 ",
|
||||
" c None",
|
||||
". c black",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. .. ",
|
||||
" .. .... ",
|
||||
" .. ...... ",
|
||||
" .. ........ ",
|
||||
" .. .......... ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" .. .......... ",
|
||||
" .. ........ ",
|
||||
" .. ...... ",
|
||||
" .. .... ",
|
||||
" .. .. ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue