feat: implemented interaction tooltips
This commit is contained in:
parent
34db607145
commit
2511ac69c0
7 changed files with 44 additions and 15 deletions
|
|
@ -19,12 +19,9 @@ public:
|
|||
|
||||
void set_highlighted(PlayerInteractor *interactor, bool value);
|
||||
bool get_highlighted() const;
|
||||
void set_highlight_tooltip(String value);
|
||||
String get_highlight_tooltip() const;
|
||||
|
||||
private:
|
||||
bool highlighted{ false };
|
||||
String highlight_tooltip{ "Activate" };
|
||||
};
|
||||
|
||||
#endif // !INTERACTABLE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue