MegaGlest/source/glest_map_editor/icons/brush_surface_stone.xpm
2010-05-04 00:22:11 +00:00

26 lines
487 B
C

/* XPM */
static const char *brush_surface_stone[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
" c #000000",
". c #808080",
"X c None",
/* pixels */
"XXXXXXXXXXXXXXXX",
" ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" .............. ",
" ",
"XXXXXXXXXXXXXXXX"
};