diff options
Diffstat (limited to 'xpm/tower.xpm')
-rw-r--r-- | xpm/tower.xpm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/xpm/tower.xpm b/xpm/tower.xpm new file mode 100644 index 00000000..2bf27687 --- /dev/null +++ b/xpm/tower.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char *tower[] = { +/* columns rows colors chars-per-pixel */ +"10 16 13 1", +" c black", +". c #131313", +"X c gray8", +"o c #1B1B1B", +"O c #1E1E1E", +"+ c #252525", +"@ c gray15", +"# c gray21", +"$ c gray25", +"% c #797979", +"& c #AEAEAE", +"* c #D7D7D7", +"= c gray100", +/* pixels */ +"==========", +"====%%====", +"===& &===", +"===&oo&===", +"===* *===", +"==== ====", +"==== ====", +"====##====", +"====$#====", +"====o@====", +"====OO====", +"====.X====", +"====@@====", +"====..====", +"==== ====", +"==== ====" +}; |