mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
25 lines
475 B
C
25 lines
475 B
C
/* XPM */
|
|
static const char *edit_randomize_heights[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 2 1",
|
|
" c #008000",
|
|
". c None",
|
|
/* pixels */
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"...... ..... .",
|
|
"... . .",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "
|
|
};
|