junglejourney

changeset 23:774827fce02a

Added up and down images.
author David Boddie <david@boddie.org.uk>
date Mon Aug 15 00:34:23 2011 +0200
parents 2315e8b48a4a
children 082f2b5864bd
files images/down1.xpm images/down2.xpm images/up1.xpm images/up2.xpm
diffstat 4 files changed, 124 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/images/down1.xpm	Mon Aug 15 00:34:23 2011 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +/* XPM */
     1.5 +static char * down1_xpm[] = {
     1.6 +"8 24 4 1",
     1.7 +" 	c None",
     1.8 +".	c #000000",
     1.9 +"+	c #008000",
    1.10 +"@	c #FFFF00",
    1.11 +"..++++..",
    1.12 +".++.+++.",
    1.13 +".+.+++++",
    1.14 +"++.+++++",
    1.15 +"++++++++",
    1.16 +".++++++.",
    1.17 +".@.@@.@.",
    1.18 +".@@@@@@.",
    1.19 +".@@@@@@.",
    1.20 +"..@@@@..",
    1.21 +".++++++.",
    1.22 +"++++++++",
    1.23 +"++++++++",
    1.24 +"@@++++.+",
    1.25 +"@@++++.@",
    1.26 +"..++++..",
    1.27 +"........",
    1.28 +".++++++.",
    1.29 +".++++++.",
    1.30 +"....+++.",
    1.31 +"+++..++.",
    1.32 +"+++.....",
    1.33 +".....+++",
    1.34 +".....+++"};
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/images/down2.xpm	Mon Aug 15 00:34:23 2011 +0200
     2.3 @@ -0,0 +1,31 @@
     2.4 +/* XPM */
     2.5 +static char * down2_xpm[] = {
     2.6 +"8 24 4 1",
     2.7 +" 	c None",
     2.8 +".	c #000000",
     2.9 +"+	c #008000",
    2.10 +"@	c #FFFF00",
    2.11 +"..++++..",
    2.12 +".++.+++.",
    2.13 +".+.+++++",
    2.14 +"++.+++++",
    2.15 +"++++++++",
    2.16 +".++++++.",
    2.17 +".@.@@.@.",
    2.18 +".@@@@@@.",
    2.19 +".@@@@@@.",
    2.20 +"..@@@@..",
    2.21 +".++++++.",
    2.22 +"++++++++",
    2.23 +"++++++++",
    2.24 +"@@++++.+",
    2.25 +"@@++++.+",
    2.26 +"..++++.@",
    2.27 +"........",
    2.28 +".++++++.",
    2.29 +".++++++.",
    2.30 +".+++....",
    2.31 +".++..+++",
    2.32 +".....+++",
    2.33 +"+++.....",
    2.34 +"+++....."};
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/images/up1.xpm	Mon Aug 15 00:34:23 2011 +0200
     3.3 @@ -0,0 +1,31 @@
     3.4 +/* XPM */
     3.5 +static char * up1_xpm[] = {
     3.6 +"8 24 4 1",
     3.7 +" 	c None",
     3.8 +".	c #000000",
     3.9 +"+	c #008000",
    3.10 +"@	c #FFFF00",
    3.11 +"..++++..",
    3.12 +".++.+++.",
    3.13 +".+.+++++",
    3.14 +"++.+++++",
    3.15 +"++++++++",
    3.16 +".++++++.",
    3.17 +".@@@@@@.",
    3.18 +".@@@@@@.",
    3.19 +".@@@@@@.",
    3.20 +"..@@@@..",
    3.21 +".++++++.",
    3.22 +"++++++++",
    3.23 +"++++++++",
    3.24 +"@.++++.+",
    3.25 +"..++++.+",
    3.26 +"..++++..",
    3.27 +"........",
    3.28 +".++++++.",
    3.29 +".++++++.",
    3.30 +"....+++.",
    3.31 +"+++..++.",
    3.32 +"+++.....",
    3.33 +".....+++",
    3.34 +".....+++"};
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/images/up2.xpm	Mon Aug 15 00:34:23 2011 +0200
     4.3 @@ -0,0 +1,31 @@
     4.4 +/* XPM */
     4.5 +static char * up2_xpm[] = {
     4.6 +"8 24 4 1",
     4.7 +" 	c None",
     4.8 +".	c #000000",
     4.9 +"+	c #008000",
    4.10 +"@	c #FFFF00",
    4.11 +"..++++..",
    4.12 +".++.+++.",
    4.13 +".+.+++++",
    4.14 +"++.+++++",
    4.15 +"++++++++",
    4.16 +".++++++.",
    4.17 +".@@@@@@.",
    4.18 +".@@@@@@.",
    4.19 +".@@@@@@.",
    4.20 +"..@@@@..",
    4.21 +".++++++.",
    4.22 +"++++++++",
    4.23 +"++++++++",
    4.24 +"+.++++.+",
    4.25 +"+.++++.+",
    4.26 +"@.++++..",
    4.27 +"........",
    4.28 +".++++++.",
    4.29 +".++++++.",
    4.30 +".+++....",
    4.31 +".++..+++",
    4.32 +".....+++",
    4.33 +"+++.....",
    4.34 +"+++....."};