First of all, please keep in mind that the point of this series is not to provide you with the code for a game, but to teach you how to make games. I'd encourage you to use the source code here for ...
We will begin by discussing the basic steps to render am actor/player sprite behind the background layer. In GBS3, actors can be made up of multiple component sprites and frames of animations. We will ...