CosyClub / ProjectTempo

Rave Cave, A rhythm based MMO where players rock out together!
3 stars 0 forks source link

Sprites #86

Closed grant-m-s closed 6 years ago

grant-m-s commented 6 years ago

Sprites now added to the game. The information for which sprite an entity has is added in SystemGraphicsCreation and the individual information is held in each entity's ComponentRenderSceneNode.

If you have a sprite sheet that has 4 rows of Down, Right ,Left, Up (in that order) with any number of columns (as long as they are equal for each direction) the animation will play as the entity moves about.

Currently, there is a default player sprite which comes with no attack animations. This will be replaced later when we make/find a better one

There are 2 enemy sprites available currently, each with its own attack animations (however, these have not been implemented yet).

This should give us something to look at and discern between different entities now.