junglejourney
changeset 84:b4e921f11ead
Added new treasure sprites.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Tue Aug 30 00:57:25 2011 +0200 |
| parents | e6fff5564f22 |
| children | f31b957138df |
| files | images/health.xpm images/jewel.xpm images/statue.xpm |
| diffstat | 3 files changed, 71 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/images/health.xpm Tue Aug 30 00:57:25 2011 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +/* XPM */ 1.5 +static char * health_xpm[] = { 1.6 +"16 16 5 1", 1.7 +" c None", 1.8 +". c #000000", 1.9 +"+ c #008000", 1.10 +"@ c #FF0000", 1.11 +"# c #FFFF00", 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 +"...+......++..+."};
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/images/jewel.xpm Tue Aug 30 00:57:25 2011 +0200 2.3 @@ -0,0 +1,24 @@ 2.4 +/* XPM */ 2.5 +static char * jewel_xpm[] = { 2.6 +"16 16 5 1", 2.7 +" c None", 2.8 +". c #000000", 2.9 +"+ c #008000", 2.10 +"@ c #FF0000", 2.11 +"# c #FFFF00", 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 +"................"};
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/images/statue.xpm Tue Aug 30 00:57:25 2011 +0200 3.3 @@ -0,0 +1,23 @@ 3.4 +/* XPM */ 3.5 +static char * statue_xpm[] = { 3.6 +"16 16 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 +"................"};
