gree / lwf

LWF - Lightweight SWF
http://gree.github.com/lwf/
zlib License
627 stars 167 forks source link

Enabled setFlippedX and setFlippedY for cocos2d-x #135

Closed Keishake closed 9 years ago

Keishake commented 9 years ago

Enable to use setFlippedX and setFlippedY for LWFNode. Just passing LWFNode::isFlippedX() and LWFNode::isFlippedY() to LWFBitmapImpl and swapping texture coordinates.

splhack commented 9 years ago

Merged 6d56d25d56f2c2313aae4a03c562d7f1df5240d4. Thanks.