diff options
author | Joshua Judson Rosen | 2017-03-31 05:26:54 -0400 |
---|---|---|
committer | Joshua Judson Rosen | 2017-04-01 16:14:11 -0400 |
commit | a370586ffb9137d6c181dfd349b9aaaa6b6533d4 (patch) | |
tree | 67294ac1c8aa24b23f960672673dbb21df81bc4a | |
parent | Drop undocumented readline dependency (diff) | |
download | gnurobots-a370586ffb9137d6c181dfd349b9aaaa6b6533d4.tar.gz |
Make robot imagery more asymmetrical for increased clarity
For those of us with difficulty seeing red,
it's just too hard to tell which way the robot is facing
when the only distinction is whether which of the side bumps
is red vs. grey (especially when it's just a handful of pixels).
-rw-r--r-- | xpm/robot_east.xpm | 12 | ||||
-rw-r--r-- | xpm/robot_west.xpm | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/xpm/robot_east.xpm b/xpm/robot_east.xpm index 8a80cda..e0052a6 100644 --- a/xpm/robot_east.xpm +++ b/xpm/robot_east.xpm @@ -14,12 +14,12 @@ static char * robot_east_xpm[] = { "..++++++++++++..", "..+@@@@@@@@@@+..", "..+@@@@@@@@@@+#.", -".$+@@@@@@@@@@+#.", -"$$+@@@@@@@@@@+$$", -"$%++++++++++++%$", -"$&%**********%#$", -"$%%==========%#$", -".$%==========%$.", +"..+@@@@@@@@@@+#.", +"..+@@@@@@@@@@+$$", +"..++++++++++++%$", +"..%**********%#$", +"..%==========%#$", +"..%==========%$.", "..%&&&&&&&&&&%..", ".$%&&&&&&&&&&%$.", "$$$$$$$$$$$$$$$$", diff --git a/xpm/robot_west.xpm b/xpm/robot_west.xpm index 97f87c4..95a97bb 100644 --- a/xpm/robot_west.xpm +++ b/xpm/robot_west.xpm @@ -14,12 +14,12 @@ static char * robot_west_xpm[] = { "..++++++++++++..", "..+@@@@@@@@@@+..", ".#+@@@@@@@@@@+..", -".#+@@@@@@@@@@+$.", -"$$+@@@@@@@@@@+$$", -"$%++++++++++++%$", -"$#%&&&&&&&&&&%*$", -"$#%==========%%$", -".$%==========%$.", +".#+@@@@@@@@@@+..", +"$$+@@@@@@@@@@+..", +"$%++++++++++++..", +"$#%&&&&&&&&&&%..", +"$#%==========%..", +".$%==========%..", "..%**********%..", ".$%**********%$.", "$$$$$$$$$$$$$$$$", |