summary refs log tree commit diff stats
path: root/src/sign.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-21 10:40:31 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-21 10:40:31 -0400
commit5e37c9a7034edfc4eec4d4ed15224b0f63c736af (patch)
treefaf00bd8cbd75cecec6b17bfca51d7a4cb0b3d18 /src/sign.h
parent38e6691fd3b713fe72cb955214c59cdee8b435b4 (diff)
downloadether-5e37c9a7034edfc4eec4d4ed15224b0f63c736af.tar.gz
ether-5e37c9a7034edfc4eec4d4ed15224b0f63c736af.tar.bz2
ether-5e37c9a7034edfc4eec4d4ed15224b0f63c736af.zip
fancier textboxes
Diffstat (limited to 'src/sign.h')
-rw-r--r--src/sign.h4
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
39private: 41private:
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 */