junglejourney

changeset 32:a0d2f1c1ecdd

Changed a rock image to a leaf image.
author David Boddie <david@boddie.org.uk>
date Sat Aug 20 23:22:01 2011 +0200
parents 78f826e6e5a5
children 5414e8e0e9fe
files images/leaf4.xpm images/rock2.xpm
diffstat 2 files changed, 32 insertions(+), 31 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/images/leaf4.xpm	Sat Aug 20 23:22:01 2011 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +/* XPM */
     1.5 +static char * rock2_xpm[] = {
     1.6 +"16 24 5 1",
     1.7 +" 	c None",
     1.8 +".	c #000000",
     1.9 +"+	c #FF0000",
    1.10 +"@	c #FFFF00",
    1.11 +"#	c #008000",
    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 +"....##......#...",
    1.35 +"....##.........."};
     2.1 --- a/images/rock2.xpm	Sat Aug 20 04:34:14 2011 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,31 +0,0 @@
     2.4 -/* XPM */
     2.5 -static char * rock2_xpm[] = {
     2.6 -"16 24 4 1",
     2.7 -" 	c None",
     2.8 -".	c #008000",
     2.9 -"+	c #FFFF00",
    2.10 -"@	c #000000",
    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 -"................"};