Sprites

Sprites are the image format used by the game. A sprt file references one or more images (the bitmaps stored in the "Images" folder). Most of the time you'll just want to use the image to be loaded as-is with no additional stuff going on. In this case, you can just use the ID you gave the image anywhere you'd normally use the ID of a sprite and the engine will generate the sprite for you. If, however, you want it to rotate or play a series of images as frames of an animation, you'll want to make your own sprt file. The following are the possible values in the file. They can be in any order and reasonable defaults will be used for any value that is omitted.