From 5e37c9a7034edfc4eec4d4ed15224b0f63c736af Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 21 Mar 2022 10:40:31 -0400 Subject: fancier textboxes --- src/sign.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sign.h') 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: Interpolation signDisplayFade; std::list lines; std::list linesToShow; + bool showNextArrow = false; + int nextArrowBobPos = 0; private: TTF_Font* font_; Timer textAdvTimer_ { 15 }; + bool nextArrowBobDown_ = true; + Timer nextArrowBobTimer_ { 125 }; }; #endif /* end of include guard: SIGN_H_B0491849 */ -- cgit 1.4.1