Rendering Sprites for XBlast
============================

There are two scripts to help you creatinng xblast player sprites.
Both use the same commandline arguments:

Animation selection:
--------------------
-big 		Big Winner Sprite only
-special	Special Animations only (winning, loosing, damaged)
-normal		Normal Animations only (walking and standing)
-skeleton	Skeleton animations (shared by all shapes)

If neither is given all aninmations are rendered.

Shape selection:
----------------
-N	Normal Player
-G	Girl Player
-T	Tall Player
-F	Fat Player
-S	Skull Player (Skeleton player sprite)

render.sh
---------
This script executes povray to render all image file needed.
The result is stored in gzipped ppm-files. 

conv.sh
-------
This script converts the image data created with render.sh
into .epm and .pbm files needed for xblast. You need the epmtools
in your PATH to run this script successfully.


