Is it possible to add color formatting to the Alphabet class? #995
Answered
by
THEkatinamicrowave
THEkatinamicrowave
asked this question in
Q&A
|
The mod director said he wanted colored text for the uhhh the titlestate which is fine because we have a custom titlestate but since the Alphabet class no longer stores every letter publicly I'm unsure how to go about this. Is it possible? We're on 1.0.1 btw none of the test commits |
Answered by
THEkatinamicrowave
Jul 29, 2026
Replies: 1 comment 7 replies
|
Are you referring to applying color to only specific parts of the text? |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATE:
Here's the full class. Implement using
[Alphabet instance].effects.push([MarkupEffect instance]);.MarkupEffect.hx: