diff options
Diffstat (limited to 'src/sprite.h')
| -rw-r--r-- | src/sprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/sprite.h b/src/sprite.h index e0cff0c..4e3e490 100644 --- a/src/sprite.h +++ b/src/sprite.h | |||
| @@ -70,6 +70,7 @@ public: | |||
| 70 | 70 | ||
| 71 | // Character | 71 | // Character |
| 72 | bool orientable = false; | 72 | bool orientable = false; |
| 73 | int movementSpeed = 0; // 1 is slow (good for NPCs), 2 is Lucas's default walking speed | ||
| 73 | std::vector<int> followers; | 74 | std::vector<int> followers; |
| 74 | std::deque<Movement> trail; | 75 | std::deque<Movement> trail; |
| 75 | CharacterState characterState = CharacterState::Still; | 76 | CharacterState characterState = CharacterState::Still; |
