diff options
Diffstat (limited to 'textures/mossy.xpm')
| -rw-r--r-- | textures/mossy.xpm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/textures/mossy.xpm b/textures/mossy.xpm index 7e9d798..4f342a8 100644 --- a/textures/mossy.xpm +++ b/textures/mossy.xpm @@ -1,17 +1,17 @@ /* XPM */ -static char *mossy[] = { +static char *mossy_png[] = { /* columns rows colors chars-per-pixel */ -"64 64 25 1", +"64 64 25 1 ", " c #202020", ". c #2C2C2C", -"X c #383838", +"X c gray22", "o c #404000", "O c #585400", "+ c #706C00", "@ c #484848", -"# c #545454", +"# c gray33", "$ c #646464", -"% c #707070", +"% c gray44", "& c #7C7C7C", "* c #848400", "= c #9C9C00", @@ -19,13 +19,13 @@ static char *mossy[] = { "; c #CCC400", ": c #E4D800", "> c #FCF420", -", c #8C8C8C", +", c gray55", "< c #989898", -"1 c #A8A8A8", +"1 c gray66", "2 c #B4B4B4", "3 c #C0C0C0", "4 c #D0D0D0", -"5 c #DCDCDC", +"5 c gainsboro", "6 c #ECECEC", /* pixels */ "................................................................", |
