diff options
Diffstat (limited to 'src/sign.h')
| -rw-r--r-- | src/sign.h | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/sign.h b/src/sign.h index c90a8fd..8a69fd3 100644 --- a/src/sign.h +++ b/src/sign.h | |||
| @@ -35,11 +35,15 @@ public: | |||
| 35 | Interpolation signDisplayFade; | 35 | Interpolation signDisplayFade; |
| 36 | std::list<SignLine> lines; | 36 | std::list<SignLine> lines; |
| 37 | std::list<SignLine> linesToShow; | 37 | std::list<SignLine> linesToShow; |
| 38 | bool showNextArrow = false; | ||
| 39 | int nextArrowBobPos = 0; | ||
| 38 | 40 | ||
| 39 | private: | 41 | private: |
| 40 | 42 | ||
| 41 | TTF_Font* font_; | 43 | TTF_Font* font_; |
| 42 | Timer textAdvTimer_ { 15 }; | 44 | Timer textAdvTimer_ { 15 }; |
| 45 | bool nextArrowBobDown_ = true; | ||
| 46 | Timer nextArrowBobTimer_ { 125 }; | ||
| 43 | }; | 47 | }; |
| 44 | 48 | ||
| 45 | #endif /* end of include guard: SIGN_H_B0491849 */ | 49 | #endif /* end of include guard: SIGN_H_B0491849 */ |
