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

24 lines
449 B
C

/* XPM */
static char *undo[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1 ",
" c None",
". c navy",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" .... ",
" . .. . ",
" .. . . ",
" ... . ",
" .... . ",
" ..... . ",
" . ",
" ",
" ",
" ",
" "
};