Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltips are always white with the simplemouse implementation #369

Open
balloonpopper opened this issue Oct 2, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@balloonpopper
Copy link

Please make sure you talk to the community before creating an issue.

Is your feature request related to a problem? Please describe.
Tooltips are always white. This should be configurable.

Describe the solution you'd like
We should have provision for a default tooltip colour, and use the existing dialog_color on the ESC node along with a "override default color" checkbox on the ESC item. This will allow the developer to choose a color for the default (e.g. yellow) and only override it on select ESC Items, rather than having to change it (eg to yellow) on every ESC Item they create.

Describe alternatives you've considered
NA

Additional context
NA

@balloonpopper balloonpopper added the enhancement New feature or request label Oct 2, 2023
@BHSDuncan
Copy link
Collaborator

I think you can already set the colour via the bbcode input a tooltip accepts. I believe the gamedev may also be able to do this via their UI override of ESCTooltip.

So would it make sense to have a tooltip_colour property on ESCItem that can be examined and used to determine a colour by the gamedev? Since the gamedev already has to manually update the bbcode, this might fit in better, unless I've forgotten something (also entirely possible).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants