MegaGlest/source/glest_map_editor/icons/brush_surface_grass1.xpm
Titus Tscharntke 304b6653e9 icons with colored frames
default map startup size raised to 128x128 
startup screensize raised to 1024x768
2010-05-04 22:55:22 +00:00

26 lines
488 B
C

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