From 14c3e64dc08ce1bcd8f2e421150f3f8e88de914a Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 1 Mar 2021 17:59:34 -0500 Subject: Added (human) Mixolydia sprite --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index ee88920..80a79b0 100644 --- a/src/map.h +++ b/src/map.h @@ -25,6 +25,7 @@ struct Prototype { vec2i collisionSize; std::string animationFilename; std::string animName; + Direction dir = Direction::down; std::string interactionScript; bool shadow = false; bool wander = false; -- cgit 1.4.1