-
Notifications
You must be signed in to change notification settings - Fork 478
Improve FlxBitmapText rendering when using renderTile with clipRect #3395
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
Conversation
wouldn’t this be a duplicate PR?? I don’t see any difference between the two in the commits |
oh never mind I see it |
I noticed in the other pr about this topic it mentions how this could contribute to per-character text effects. Is there work that still needs to be done there? Or are there any examples already available |
I'm planning on making examples using #3394 as it's not as feasible using this PR. Even then, since this is only usable with renderTile, it may end up being an unofficial external tool, rather than a flixel-supported feature of flixel/addons |
Fixes: #2710
Less drastic version of #3394
FlxSprite
: fix issue where setting cliprect completely off the frame prevents it from working laterFlxBitmapText
: Improve performance, memory, and allow more control via extensionFlxRect
: Addcontains
methodFlxFrame
: Addoverlaps
,contains
andisContained
methodsFlxFrame
: Make constructor publicFlxColorTransformUtil
: Addreset
,set
, multiplescaleMultipliers
overloads, overloadedsetMultipliers
and madealpha
args optional in most functionsFlxColor
: Madealpha
args optional in most functions