class enemy

The enemy class is an enhanced base_image class.
The addition to base_image in this case is the ability to play enemy animation by changing the enemy-sprite.

The st_enemy_params contains definition of rectangle borders where enemy would exists and the relevant animation parameters.

For each frame user have to call the remove(), action() and draw() method.