Basically I want to do this...
Variable BustX = Graphics.width - picture.width
Variable BustY = Graphics.height - (picture.height + y offset from bottom (136))
Problem is how do I get the size of an image? (picture)
Variable BustX = Graphics.width - picture.width
Variable BustY = Graphics.height - (picture.height + y offset from bottom (136))
Problem is how do I get the size of an image? (picture)