summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-05-31 22:23:23 +0300
committerAndrei Karas <akaras@inbox.ru>2012-05-31 22:23:23 +0300
commitfc5ba333f8832f3d8e054e7c74df1e3cd353645f (patch)
tree16aabceaaa2b197d006bd357d3176acac292cde7 /src/resources/spritedef.h
parent9875c00dc37b1d7b55e1154075a0cd2d997a490d (diff)
downloadplus-fc5ba333f8832f3d8e054e7c74df1e3cd353645f.tar.gz
plus-fc5ba333f8832f3d8e054e7c74df1e3cd353645f.tar.bz2
plus-fc5ba333f8832f3d8e054e7c74df1e3cd353645f.tar.xz
plus-fc5ba333f8832f3d8e054e7c74df1e3cd353645f.zip
Add sittop sprites support.
Add groundtop collision support (not collision but special selected tiles).
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r--src/resources/spritedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h
index e59e4bd1f..b0cb5f1b6 100644
--- a/src/resources/spritedef.h
+++ b/src/resources/spritedef.h
@@ -78,6 +78,7 @@ namespace SpriteAction
static const std::string DEFAULT = "stand";
static const std::string STAND = "stand";
static const std::string SIT = "sit";
+ static const std::string SITTOP = "sittop";
static const std::string SLEEP = "sleep";
static const std::string DEAD = "dead";
static const std::string MOVE = "walk";