ayebear / undead-mmo

Multiplayer zombie survival game
http://undeadmmo.com/
GNU General Public License v3.0
3 stars 1 forks source link

Animated sprite #17

Open ayebear opened 10 years ago

ayebear commented 10 years ago

There could be an animation class which holds a single animation set, and another class that could have a container of these, which could be used for different states/directions/etc.

It could contain the sprite object, or it could be bound to a sprite object through a pointer or reference.

Or we could consider using the Thor C++ library which has this and many other features we need.