I created a sprite, a simple 10 px by 10 px square, and set it's position on the screen.
In the every tick function, I am increasing the Sprite's height to Sprite.Height + 5. This gradually increases the sprite's height but stretches both the bottom of the Sprite and the top of the Sprite. How can I make it so that only the top is getting stretched? Or any other position of the sprite for that matter?