summary refs log tree commit diff stats
path: root/src/animation.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-16 11:53:46 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-16 11:53:46 -0400
commit8713d03831226dcd559c6a1e2b1c7b0d7c660bac (patch)
treefd0c1e7ff253e3c69646d727bc49a112a71f5ca9 /src/animation.h
parent4b52f51404aca45a7d5d8e5998649ff67df97bbd (diff)
downloadether-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.h2
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
25private: 27private: