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

TextTyper requires RichText on Text component but does not warn #3

Open
edwardrowe opened this issue Jan 26, 2017 · 0 comments
Open
Labels

Comments

@edwardrowe
Copy link

The text component this prints to must currently use rich tags because we hide characters using a color tag.

At bare minimum we should error if they don't have RichText checked. As far as supporting it, the best thing I can think is to implement the naive solution of printing each character, if they don't have RichText enabled.

@edwardrowe edwardrowe added the bug label Jan 26, 2017
@edwardrowe edwardrowe changed the title Component requires RichText but does not warn TextTyper requires RichText on Text component but does not warn Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant