diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-21 10:40:31 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-21 10:40:31 -0400 |
commit | 5e37c9a7034edfc4eec4d4ed15224b0f63c736af (patch) | |
tree | faf00bd8cbd75cecec6b17bfca51d7a4cb0b3d18 /src/sign.h | |
parent | 38e6691fd3b713fe72cb955214c59cdee8b435b4 (diff) | |
download | ether-5e37c9a7034edfc4eec4d4ed15224b0f63c736af.tar.gz ether-5e37c9a7034edfc4eec4d4ed15224b0f63c736af.tar.bz2 ether-5e37c9a7034edfc4eec4d4ed15224b0f63c736af.zip |
fancier textboxes
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 */ |