I am trying to create a sprite animation.
There are only a couple of frames.
Frames are of different sizes due to the drawings.
I am resizing the first frame proportional to the canvas size.
(Frame width = Canvas.width * 0.2; Frame.height = Frame.width * aspect ratio)
How should I resize the second frame which is of different size?
EDIT: @azaotl Thanks for your great tutorials on Youtube!
Could you hyelp me with the above issue?