Setting center of rotation
NightmareApps opened this issue · 1 comments
NightmareApps commented
Is there a way to set the center of rotation? Using slick's image.setCenterOfRotation(x, y); isn't working.
thaaks commented
Use the Entity's angle to rotate the Entity. Currently I think we only support rotating around upper left corner and around the center of the image. Have a look at the MarteEngine/test/it/randomtower/test/entity/AngleAlphaScaleMoveEntity.java class and the appropriate World class.
Does that help?