From aac3b1bc1ba48b6e50f661b97326ef191cce3e6c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 9 Mar 2021 13:49:03 -0500 Subject: switch_claus starts talking when he gets ya Kumatora, Duster, and Boney had to be given hitboxes, but they are not considered solid. #10 --- src/sprite.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sprite.h') diff --git a/src/sprite.h b/src/sprite.h index 10dd3a8..f631652 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -81,6 +81,7 @@ public: vec2i collisionSize; std::string interactionScript; std::string walkthroughScript; + std::string bumpPlayerScript; std::string enclosureZone; // Animation (internals) @@ -109,6 +110,7 @@ public: bool orientable = false; int movementSpeed = 0; // 1 is slow (good for NPCs), 2 is Lucas's default walking speed std::vector followers; + int leaderId = -1; std::deque trail; bool trailsAreHalved = false; CharacterState characterState = CharacterState::Still; -- cgit 1.4.1