1the following information stems from the internet (tm) and is thus utterly 100-% correct.
2
3buildings have exactly one sprite
4	exception: e.g. town center, which has multiple sprites for different sections (walkable...)
5
6units have 5 states: idle, walking, attacking, dying, rotting. for each state, there is a sprite for every direction the unit could be facing
7	exception: villagers, ofc, have a lot more states
8	ships have extra sprites for their sails
9