diff options
Diffstat (limited to 'src/gui/game/GameView.h')
| -rw-r--r-- | src/gui/game/GameView.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/gui/game/GameView.h b/src/gui/game/GameView.h index 093d80b..8d5c57b 100644 --- a/src/gui/game/GameView.h +++ b/src/gui/game/GameView.h @@ -51,18 +51,20 @@ private: bool showDebug; bool wallBrush; int introText; - int buttonTipShow; - std::string buttonTip; std::string introTextMessage; int toolIndex; int currentSaveType; Menu * lastMenu; - int infoTipPresence; + int toolTipPresence; std::string toolTip; + bool isToolTipFadingIn; ui::Point toolTipPosition; + int infoTipPresence; std::string infoTip; - int toolTipPresence; + int buttonTipShow; + std::string buttonTip; + bool isButtonTipFadingIn; queue<ui::Point> pointQueue; GameController * c; |
