junglejourney
changeset 94:ca3ed4323f00
Added two more tiles and fixed an enemy sprite.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Thu Sep 01 23:07:26 2011 +0200 |
| parents | 40e17345cc8a |
| children | 148d87837b0c |
| files | images/leaf4.xpm images/leaf5.xpm images/leaf6.xpm images/snakerd1.xpm |
| diffstat | 4 files changed, 105 insertions(+), 44 deletions(-) [+] |
line diff
1.1 --- a/images/leaf4.xpm Wed Aug 31 18:51:50 2011 +0200 1.2 +++ b/images/leaf4.xpm Thu Sep 01 23:07:26 2011 +0200 1.3 @@ -1,32 +1,32 @@ 1.4 /* XPM */ 1.5 -static char * rock2_xpm[] = { 1.6 +static char * leaf4_xpm[] = { 1.7 "16 24 5 1", 1.8 " c None", 1.9 ". c #000000", 1.10 -"+ c #FF0000", 1.11 -"@ c #FFFF00", 1.12 -"# c #008000", 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 -"....##......#...", 1.36 -"....##.........."}; 1.37 +"+ c #008000", 1.38 +"@ c #FF0000", 1.39 +"# c #FFFF00", 1.40 +".....+...+...+..", 1.41 +"..@...+++....+..", 1.42 +".@@@..+..++.+...", 1.43 +"..@+.+.....++...", 1.44 +"...++......+.+..", 1.45 +"..+.+....++...++", 1.46 +"++..+...+.......", 1.47 +"...+...@.....+..", 1.48 +"...+..@#@...++..", 1.49 +"+...+..@....+++.", 1.50 +"+...+..+...++.+.", 1.51 +"++...++....++.+.", 1.52 +"+++.+..+..++.++.", 1.53 +"+.++....+.+++.+.", 1.54 +"+.++++..+.++.++.", 1.55 +"++.++++.+..++++.", 1.56 +"+.+..++..+..++..", 1.57 +"+++.++++.+..+...", 1.58 +"++..+.++..++....", 1.59 +"++++.+++....+...", 1.60 +".+++.+++...+.+..", 1.61 +"..+++++....+.+..", 1.62 +"....++....+...+.", 1.63 +"....++....+...+."};
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/images/leaf5.xpm Thu Sep 01 23:07:26 2011 +0200 2.3 @@ -0,0 +1,31 @@ 2.4 +/* XPM */ 2.5 +static char * leaf5_xpm[] = { 2.6 +"16 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/leaf6.xpm Thu Sep 01 23:07:26 2011 +0200 3.3 @@ -0,0 +1,30 @@ 3.4 +/* XPM */ 3.5 +static char * leaf6_xpm[] = { 3.6 +"16 24 3 1", 3.7 +" c None", 3.8 +". c #000000", 3.9 +"+ c #008000", 3.10 +".+..........+...", 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 +"........+...++.."};
4.1 --- a/images/snakerd1.xpm Wed Aug 31 18:51:50 2011 +0200 4.2 +++ b/images/snakerd1.xpm Thu Sep 01 23:07:26 2011 +0200 4.3 @@ -3,21 +3,21 @@ 4.4 "16 16 4 1", 4.5 " c None", 4.6 ". c #000000", 4.7 -"+ c #FFFF00", 4.8 -"@ c #FF0000", 4.9 +"+ c #FF0000", 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 +"..@++@+.........", 4.35 +"...+@++@++..++..", 4.36 +"......+++@++.++.", 4.37 +".........++++++.", 4.38 +"...........++...", 4.39 +"............+...", 4.40 "................"};
