This commit is contained in:
Nishi 2025-11-23 02:56:51 +09:00
commit bd2c85d6c1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
11 changed files with 434 additions and 6 deletions

36
mauplay/skipback.xpm Normal file
View 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 */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. .. ",
" .. .... ",
" .. ...... ",
" .. ........ ",
" .. .......... ",
" .............. ",
" .............. ",
" .. .......... ",
" .. ........ ",
" .. ...... ",
" .. .... ",
" .. .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};