-
Notifications
You must be signed in to change notification settings - Fork 18
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
Disabling message display #72
Comments
Hi sodface Interesting, we never considered this use-case, you are right that In any case, it will be included in the release after the one we are Feel free to provide suggestions for the exact API. cheers |
Hi sodface, |
Thanks again! Still daily driving Cagebreak and loving it. |
Hi again, this is possibly a feature request but also just a question to make sure I'm not missing the obvious. I'm working on a project using Cagebreak and I do not want messages to be displayed. The only way I've found so far to accomplish that is to make both foreground and background completely transparent, eg:
Which is the example from the doc for making both foreground and background red except changing the last field (alpha) to 0.0 for both.
This works but seems a bit hacky since the underlying message code is still running. Is there a better way to do this?
The text was updated successfully, but these errors were encountered: