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_north.xpm | 54 ++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'xpm/robot_north.xpm') diff --git a/xpm/robot_north.xpm b/xpm/robot_north.xpm index ec7284d..194b7e2 100644 --- a/xpm/robot_north.xpm +++ b/xpm/robot_north.xpm @@ -1,28 +1,28 @@ /* XPM */ -static char *robot_north_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#..", -"#bc##cb#bc##cb#.", -"#cc##cc#cc##cc#a", -"#cccccc#cccccc#a", -"#cccccc#cccccc#a", -"#bccccb#bccccb#a", -".#bccb#a#bccb#aa", -"..####aa.####aa.", -"...aaaa...aaaa..", -"................", -"................", -"................" -}; +static char * robot_north_xpm[] = { +"16 16 9 1", +" c None", +". c #FFFFFF", +"+ c #404040", +"@ c #C0C0C0", +"# c #000000", +"$ c #606060", +"% c #202020", +"& c #A0A0A0", +"* c #808080", +"..++++++++++++..", +"..+@@@@@@@@@@+..", +".#+@@@@@@@@@@+#.", +"#$+@@@@@@@@@@+$#", +"##+@@@@@@@@@@+##", +"#$++++++++++++$#", +"##%&&&&&&&&&&%##", +"#$%**********%$#", +"##%**********%##", +"#$%$$$$$$$$$$%$#", +"##%$$$$$$$$$$%##", +"#$#++++++++++#$#", +"###++++++++++###", +"#$############$#", +"###..........###", +".#............#."}; -- cgit v1.1