mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
27 lines
501 B
C
27 lines
501 B
C
/* XPM */
|
|
static const char *brush_surface_road[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 4 1",
|
|
" c #261300",
|
|
". c #800000",
|
|
"@ c #A85400",
|
|
"X c None",
|
|
/* pixels */
|
|
"XXXXXXXXXXXXXXXX",
|
|
"@@@@@@@@@@@@@@@.",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
"@.............. ",
|
|
" ",
|
|
"XXXXXXXXXXXXXXXX"
|
|
};
|