No "getWidth()" or "getHeight()" methods in Picture class

I’m adding a new feature to my Dynamic HUD thing, and I need to be able to get the width and height of a Picture. Problem is, the fields are private and there are no methods to get them, only to set them.

Suggestion: Add getWidth() and getHeight() to Picture class.

Width should be getLocalScale().x and height should be getLocalScale().y.

The width and height are just setting the local scale.

@pspeed I probably could have figured that out if I’d payed more attention when I was in the Picture class. xD