Trixt0r / spriter

A Generic Java importer for Spriter animation files.
https://brashmonkey.com
Other
142 stars 53 forks source link

Flipping #10

Closed petredy closed 10 years ago

petredy commented 10 years ago

Probably it's because i forgot something, but i don't get even the samples to work with Slick2d and the Java2d test. When i flipX() the player, the positions of the images are messed up. The bones are upside down but correctly from the animation. I just changed player.flipx() in the constructor.

Thank you for the great library and i hope you can help me.

Trixt0r commented 10 years ago

The Slick2d and Java2d tests do not work at all? Could you show what exceptions or errors are thrown? Which backend do you use for flipping? LibGDX? Could you please show me some code or your scml file you are testing?

petredy commented 10 years ago

Sorry, that i didn't answered in time, i was too concentrated on the bug. But thanks i got it running with the new update. Thanks a lot.