I’d like to be able to change the height of my sprite to fit into a menu, however when I change the height with sprite.displayHeight = menu.height
, it’s width won’t scale along and it will be stretched/squashed.
Is there a way to scale the width relative to the height, to keep the sprite’s original ratio?