Entity with multiple sprites


(B6ka) #1

Hi all,

I would like to have an entity with multiple sprites. Think of an enemy with separate sprites for upper and lower part of the body. Is there an easy way to implement this?


(rostok) #2

Yes, the Graphiclist or you can just override render method and do it manually either before or after super.render().