I'm trying to implement a system that grows a sprite in height only, without distorting the image. the thing i was thinking of trying is to make a new Sprite scene, then stacking it on top of each other one after another, and then removing them from the top one one down. i tried to draw this here to explain better. what would be the best way to do something like this?
I've already got the logic down for changing the characters hitbox, but I'm not sure how to proceed with the visuals.