For example, I created my character drawing on Paint.NET using the Pencil tool and now it's a sprite like asset.
If I want him to move do I need to create many different poses for him and render them according a timer? Or do I need to have each pose side by side in a single image, then render the rectangle I need, thus loading the picture only once?
Thanks.