diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-14 17:25:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-14 17:25:37 +0300 |
commit | 15424641cca695650f4b56c37711c12c81cf2c32 (patch) | |
tree | 6438f82c7542e265897c98565242767b2f9a0adc /src/resources/spriteaction.h | |
parent | 1a5c1d155337923ab8b0c208ba7cc4dc3cb70e18 (diff) | |
download | plus-15424641cca695650f4b56c37711c12c81cf2c32.tar.gz plus-15424641cca695650f4b56c37711c12c81cf2c32.tar.bz2 plus-15424641cca695650f4b56c37711c12c81cf2c32.tar.xz plus-15424641cca695650f4b56c37711c12c81cf2c32.zip |
Add cast action to beings.
Diffstat (limited to 'src/resources/spriteaction.h')
-rw-r--r-- | src/resources/spriteaction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/spriteaction.h b/src/resources/spriteaction.h index 61967f155..b39c1e96d 100644 --- a/src/resources/spriteaction.h +++ b/src/resources/spriteaction.h @@ -44,6 +44,7 @@ namespace SpriteAction static const std::string MOVE("walk"); static const std::string ATTACK("attack"); static const std::string SPAWN("spawn"); + static const std::string CAST("cast"); static const std::string FLY("fly"); static const std::string SWIM("swim"); @@ -57,6 +58,9 @@ namespace SpriteAction static const std::string ATTACKSKY("attacksky"); static const std::string ATTACKWATER("attackwater"); static const std::string ATTACKRIDE("attackride"); + static const std::string CASTSKY("castsky"); + static const std::string CASTWATER("castwater"); + static const std::string CASTRIDE("castride"); static const std::string SPAWNSKY("spawnsky"); static const std::string SPAWNWATER("spawnwater"); static const std::string SPAWNRIDE("spawnride"); |