summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-13 10:11:23 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-13 10:11:23 -0500
commit59dfd3da4d3e5d4a368a664c51c22bbdc8ff2ca4 (patch)
treea86427d740156719879baba4b0577285a5849f7a /src/sprite.h
parent560ac0c3f5fc561a3db490d8f4a33c3e19296083 (diff)
downloadtanetane-59dfd3da4d3e5d4a368a664c51c22bbdc8ff2ca4.tar.gz
tanetane-59dfd3da4d3e5d4a368a664c51c22bbdc8ff2ca4.tar.bz2
tanetane-59dfd3da4d3e5d4a368a664c51c22bbdc8ff2ca4.zip
Added sprite shadows
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 6ef2f57..84a7b03 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -50,6 +50,7 @@ public:
50 std::vector<SpriteFrame> frames; 50 std::vector<SpriteFrame> frames;
51 std::vector<std::vector<int>> animations; 51 std::vector<std::vector<int>> animations;
52 std::map<std::string, std::map<Direction, int>> nameDirToAnim; 52 std::map<std::string, std::map<Direction, int>> nameDirToAnim;
53 bool hasShadow = false;
53 54
54 // Character 55 // Character
55 bool orientable = false; 56 bool orientable = false;