From f5884c9242ecddcb12f22ca19c7303fc2c62f6b0 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sat, 2 Aug 2008 12:23:57 +0100 Subject: Add new graphics. Thanks to Eric P. Hutchins Signed-off-by: Bradley Smith --- xpm/robot_west.xpm | 55 +++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'xpm/robot_west.xpm') diff --git a/xpm/robot_west.xpm b/xpm/robot_west.xpm index 4a5a2af..97f87c4 100644 --- a/xpm/robot_west.xpm +++ b/xpm/robot_west.xpm @@ -1,28 +1,29 @@ /* XPM */ -static char *robot_west_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 16 16 5 1", -/* colors */ -". c #bfbfbf", -"# c #000000", -"a c #808080", -"b c #c0c0c0", -"c c #ffffff", -/* pixels */ -"................", -"................", -"................", -"..####...####...", -".#bccb#.#bccb#..", -"#bccccb#bccccb#.", -"#cccccc#cccccc#a", -"#c##ccc#c##ccc#a", -"#c##ccc#c##ccc#a", -"#bccccb#bccccb#a", -".#bccb#a#bccb#aa", -"..####aa.####aa.", -"...aaaa...aaaa..", -"................", -"................", -"................" -}; +static char * robot_west_xpm[] = { +"16 16 10 1", +" c None", +". c #FFFFFF", +"+ c #404040", +"@ c #C0C0C0", +"# c #FF2020", +"$ c #000000", +"% c #202020", +"& c #A0A0A0", +"* c #606060", +"= c #808080", +"..++++++++++++..", +"..+@@@@@@@@@@+..", +".#+@@@@@@@@@@+..", +".#+@@@@@@@@@@+$.", +"$$+@@@@@@@@@@+$$", +"$%++++++++++++%$", +"$#%&&&&&&&&&&%*$", +"$#%==========%%$", +".$%==========%$.", +"..%**********%..", +".$%**********%$.", +"$$$$$$$$$$$$$$$$", +"$%*%$%%%%%%$%*%$", +"$*$*$%%%%%%$*$*$", +"$%*%$%%%%%%$%*%$", +".$$$$$$$$$$$$$$."}; -- cgit v1.1