Suggestion: Make it possible to customize FlxButton graphics without extending the class #3137
-
There is no way to customize the graphics of the button without extending the class due to having no functions for customization, so extending the class is really the only way to get around the default graphics. I was hoping that it would be possible to customize it without even having to extend the class. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
You don't need to extend it, just call |
Beta Was this translation helpful? Give feedback.
-
didn't mean to close this, lmk if you're still having troubles. Also, how are you customizing these by extension, if not with loadGraphic? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I figured out the problem, turns out the width was wrong, sorry for wasting your time