From 8713d03831226dcd559c6a1e2b1c7b0d7c660bac Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 16 Mar 2022 11:53:46 -0400 Subject: added signs (which can't be read yet) --- src/animation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/animation.h') 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: return frames_.at(animations_.at(animationId_).at(animationFrame_)); } + Direction getDirection() const { return dir_; } + void update(int dt); private: -- cgit 1.4.1