*ReadSpriteFromFile reads a file in .spr format and outputs a new 'Sprite" object from it. * Params: * filename = The name of the file to read the sprite from. * Returns: A new 'Sprite' object interpreted from the file.
Struct Color: This data structure represents colors in the RGBA format.
Struct Sprite: This data structure represents a sprite that would be painted over a face from dutils:skeleton
See Source File
GPL-3.0*