summaryrefslogtreecommitdiff
path: root/SpriteMaps.h
diff options
context:
space:
mode:
authorJonas Ask2009-11-18 17:41:27 +0000
committerJonas Ask2009-11-18 17:41:27 +0000
commit6490dceb79ab622ce4037c5efc92b0038a4ffab2 (patch)
treef6f1f75f783598c32a85b6a1fe35ac745d23e4d8 /SpriteMaps.h
parentf98b010b2065f3e0276a26694f6d7a55befa3a83 (diff)
downloadstonesense-6490dceb79ab622ce4037c5efc92b0038a4ffab2.tar.gz
stonesense-6490dceb79ab622ce4037c5efc92b0038a4ffab2.tar.bz2
stonesense-6490dceb79ab622ce4037c5efc92b0038a4ffab2.tar.xz
Added willow and birch trees.
Added metal table. Added a few new creatures. Touch up the floors a bit.
Diffstat (limited to 'SpriteMaps.h')
-rw-r--r--SpriteMaps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/SpriteMaps.h b/SpriteMaps.h
index feaa5f9..a3db6c1 100644
--- a/SpriteMaps.h
+++ b/SpriteMaps.h
@@ -34,10 +34,11 @@ enum enumFloorSprites{
SPRITEOBJECT_TREE_MAPLE = 4,
SPRITEOBJECT_TREE_CONIFER = 5,
SPRITEOBJECT_CACTUS = 6,
-
+ SPRITEOBJECT_TREE_WILLOW = 7,
SPRITEOBJECT_SAPLING = 8,
SPRITEOBJECT_DEAD_TREE = 9,
SPRITEOBJECT_TREE_TOWERCAP = 10,
+ SPRITEOBJECT_TREE_BIRCH = 11,
SPRITEOBJECT_SHRUB_PLUMP = 40,