summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-29 18:01:49 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-29 18:01:49 +1000
commitc2be49557c79a5c5c24694464eff35d5d6a52720 (patch)
tree7fbb4e3ba0e4c4af27380af0e9c2d1da0468959d /crawl-ref/source/rltiles
parent45cd93ff148f33ec39ae41fb428207a36592574b (diff)
parent468eddcb57d95046afb8fb35ac22172d1bf73c66 (diff)
downloadcrawl-ref-c2be49557c79a5c5c24694464eff35d5d6a52720.tar.gz
crawl-ref-c2be49557c79a5c5c24694464eff35d5d6a52720.zip
Merge branch 'master' into wizlab
Diffstat (limited to 'crawl-ref/source/rltiles')
-rw-r--r--crawl-ref/source/rltiles/dc-dngn.txt3
-rw-r--r--crawl-ref/source/rltiles/dc-dngn/wall/tree1.pngbin0 -> 827 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-dngn/wall/tree2.pngbin0 -> 870 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon.txt4
-rw-r--r--crawl-ref/source/rltiles/dc-mon/fungi_plants/active_ballistomycete.pngbin0 -> 3597 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon/fungi_plants/ballistomycete.pngbin0 -> 3523 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon/fungi_plants/fungus.png (renamed from crawl-ref/source/rltiles/dc-mon/fungus.png)bin828 -> 828 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon/fungi_plants/oklob_plant.png (renamed from crawl-ref/source/rltiles/dc-mon/oklob_plant.png)bin1037 -> 1037 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon/fungi_plants/plant.png (renamed from crawl-ref/source/rltiles/dc-mon/plant.png)bin673 -> 673 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon/fungi_plants/plant_crypt.png (renamed from crawl-ref/source/rltiles/dc-mon/plant_crypt.png)bin1539 -> 1539 bytes
-rw-r--r--crawl-ref/source/rltiles/dc-mon/fungi_plants/wandering_mushroom.png (renamed from crawl-ref/source/rltiles/dc-mon/wandering_mushroom.png)bin879 -> 879 bytes
11 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/dc-dngn.txt b/crawl-ref/source/rltiles/dc-dngn.txt
index 5f428e7bb1..f306cfd048 100644
--- a/crawl-ref/source/rltiles/dc-dngn.txt
+++ b/crawl-ref/source/rltiles/dc-dngn.txt
@@ -881,6 +881,9 @@ wall/dngn_green_crystal_wall DNGN_GREEN_CRYSTAL_WALL DNGN_CRYSTAL DNGN_CRYSTAL_G
%repeat DNGN_CRYSTAL DNGN_CRYSTAL_WHITE
%resetcol
+wall/tree1 DNGN_TREE
+wall/tree2
+
## doors
dngn_detected_secret_door DNGN_DETECTED_SECRET_DOOR
dngn_closed_door DNGN_CLOSED_DOOR
diff --git a/crawl-ref/source/rltiles/dc-dngn/wall/tree1.png b/crawl-ref/source/rltiles/dc-dngn/wall/tree1.png
new file mode 100644
index 0000000000..c5c69a2156
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-dngn/wall/tree1.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-dngn/wall/tree2.png b/crawl-ref/source/rltiles/dc-dngn/wall/tree2.png
new file mode 100644
index 0000000000..711742ee6b
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-dngn/wall/tree2.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon.txt b/crawl-ref/source/rltiles/dc-mon.txt
index b4a0c59fdf..208a27627e 100644
--- a/crawl-ref/source/rltiles/dc-mon.txt
+++ b/crawl-ref/source/rltiles/dc-mon.txt
@@ -473,6 +473,7 @@ two_headed_ogre MONS_TWO_HEADED_OGRE
ogre_mage MONS_OGRE_MAGE
## Plants ('P')
+%sdir dc-mon/fungi_plants
plant MONS_PLANT
plant_crypt MONS_WITHERED_PLANT
oklob_plant MONS_OKLOB_PLANT
@@ -543,8 +544,11 @@ deep_elf_master_archer MONS_DEEP_ELF_MASTER_ARCHER
deformed_elf MONS_DEFORMED_ELF
## Fungi ('f')
+%sdir dc-mon/fungi_plants
fungus MONS_TOADSTOOL
fungus MONS_FUNGUS
+ballistomycete MONS_BALLISTOMYCETE_INACTIVE
+active_ballistomycete MONS_BALLISTOMYCETE_ACTIVE
wandering_mushroom MONS_WANDERING_MUSHROOM
## Goblins ('g')
diff --git a/crawl-ref/source/rltiles/dc-mon/fungi_plants/active_ballistomycete.png b/crawl-ref/source/rltiles/dc-mon/fungi_plants/active_ballistomycete.png
new file mode 100644
index 0000000000..bd01f0470c
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-mon/fungi_plants/active_ballistomycete.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon/fungi_plants/ballistomycete.png b/crawl-ref/source/rltiles/dc-mon/fungi_plants/ballistomycete.png
new file mode 100644
index 0000000000..69bff99afd
--- /dev/null
+++ b/crawl-ref/source/rltiles/dc-mon/fungi_plants/ballistomycete.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon/fungus.png b/crawl-ref/source/rltiles/dc-mon/fungi_plants/fungus.png
index 75d0cd66ed..75d0cd66ed 100644
--- a/crawl-ref/source/rltiles/dc-mon/fungus.png
+++ b/crawl-ref/source/rltiles/dc-mon/fungi_plants/fungus.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon/oklob_plant.png b/crawl-ref/source/rltiles/dc-mon/fungi_plants/oklob_plant.png
index 4f0f0da6b2..4f0f0da6b2 100644
--- a/crawl-ref/source/rltiles/dc-mon/oklob_plant.png
+++ b/crawl-ref/source/rltiles/dc-mon/fungi_plants/oklob_plant.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon/plant.png b/crawl-ref/source/rltiles/dc-mon/fungi_plants/plant.png
index b3124b5cae..b3124b5cae 100644
--- a/crawl-ref/source/rltiles/dc-mon/plant.png
+++ b/crawl-ref/source/rltiles/dc-mon/fungi_plants/plant.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon/plant_crypt.png b/crawl-ref/source/rltiles/dc-mon/fungi_plants/plant_crypt.png
index f17a501d4f..f17a501d4f 100644
--- a/crawl-ref/source/rltiles/dc-mon/plant_crypt.png
+++ b/crawl-ref/source/rltiles/dc-mon/fungi_plants/plant_crypt.png
Binary files differ
diff --git a/crawl-ref/source/rltiles/dc-mon/wandering_mushroom.png b/crawl-ref/source/rltiles/dc-mon/fungi_plants/wandering_mushroom.png
index e8cff68b06..e8cff68b06 100644
--- a/crawl-ref/source/rltiles/dc-mon/wandering_mushroom.png
+++ b/crawl-ref/source/rltiles/dc-mon/fungi_plants/wandering_mushroom.png
Binary files differ