-
Notifications
You must be signed in to change notification settings - Fork 454
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
Add ability to change FlxText leading #2334
Conversation
I'm not sure if it's usfeul enough to warrant a new top-level field, evidently there hasn't been much of a demand for it thus far. It's a bit more verbose, but I think you should already be able to set the |
|
I don't think it needs to, this should work? var format = new FlxTextFormat();
format.format.leading = something; |
|
Oh right, it's
I don't think that's necessary, |
I tried adding a parameter for
|
I guess Thinking on it again, a public |
Thanks for I've changed it so that it adds a public field to change the Edit: In the steep part of my GitHub learning curve. Accidentally reverted the update. Not sure how to go back to the correct changes, which are in dd72a4a |
No description provided.