diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-11 17:29:02 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-11 17:33:15 -0500 |
| commit | a6d1ded1a41d0f461bf340a33e21fa896ce9da66 (patch) | |
| tree | 9ddaf30031b1ffe2aa8be9b412038c99a6b879d7 /src/sprite.h | |
| parent | eb9fa5020317a44f17cc4906c4c1c6fe55700d3e (diff) | |
| download | tanetane-a6d1ded1a41d0f461bf340a33e21fa896ce9da66.tar.gz tanetane-a6d1ded1a41d0f461bf340a33e21fa896ce9da66.tar.bz2 tanetane-a6d1ded1a41d0f461bf340a33e21fa896ce9da66.zip | |
Added sliding around solid tiles
#3
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 f631652..413c20d 100644 --- a/src/sprite.h +++ b/src/sprite.h | |||
| @@ -83,6 +83,7 @@ public: | |||
| 83 | std::string walkthroughScript; | 83 | std::string walkthroughScript; |
| 84 | std::string bumpPlayerScript; | 84 | std::string bumpPlayerScript; |
| 85 | std::string enclosureZone; | 85 | std::string enclosureZone; |
| 86 | bool sliding = false; | ||
| 86 | 87 | ||
| 87 | // Animation (internals) | 88 | // Animation (internals) |
| 88 | bool isAnimated = false; | 89 | bool isAnimated = false; |
