diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-16 11:53:46 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-16 11:53:46 -0400 |
commit | 8713d03831226dcd559c6a1e2b1c7b0d7c660bac (patch) | |
tree | fd0c1e7ff253e3c69646d727bc49a112a71f5ca9 /src/animation.h | |
parent | 4b52f51404aca45a7d5d8e5998649ff67df97bbd (diff) | |
download | ether-8713d03831226dcd559c6a1e2b1c7b0d7c660bac.tar.gz ether-8713d03831226dcd559c6a1e2b1c7b0d7c660bac.tar.bz2 ether-8713d03831226dcd559c6a1e2b1c7b0d7c660bac.zip |
added signs (which can't be read yet)
Diffstat (limited to 'src/animation.h')
-rw-r--r-- | src/animation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animation.h b/src/animation.h index 0108c12..f1eddb6 100644 --- a/src/animation.h +++ b/src/animation.h | |||
@@ -20,6 +20,8 @@ public: | |||
20 | return frames_.at(animations_.at(animationId_).at(animationFrame_)); | 20 | return frames_.at(animations_.at(animationId_).at(animationFrame_)); |
21 | } | 21 | } |
22 | 22 | ||
23 | Direction getDirection() const { return dir_; } | ||
24 | |||
23 | void update(int dt); | 25 | void update(int dt); |
24 | 26 | ||
25 | private: | 27 | private: |