worldspawn/resources/bitmaps/select_mouserotate.xpm
2020-11-17 12:16:16 +01:00

25 lines
476 B
C

/* XPM */
static char *select_mouserotate[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1 ",
" c None",
". c black",
"X c blue",
/* pixels */
" ",
" XXXX ",
" XX XX ",
" X X ",
" X ........ X ",
" X . . X ",
"X . . X ",
"X . .XXXXX",
"X . . XXX ",
"X . . X ",
" X . . ",
" X ........ ",
" X ",
" XX ",
" XX ",
" "
};