What is FlxSprite.setUnstretchedGraphicSize() #622
Answered by
NexIsDumb
May 1, 2025
Replies: 2 comments 6 replies
|
its from CoolUtil, reason why source code can use it like that is because it does using CoolUtil;altho in scripts the using statement is not that much functional so you gotta do CoolUtil.setUnstretchedblahblah(sprite, width, etc); |
1 reply
Answer selected by
THEkatinamicrowave
|
STUDY HAXE RAAAAAAAAAAAAAAAH |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

its from CoolUtil, reason why source code can use it like that is because it does
altho in scripts the using statement is not that much functional so you gotta do