Esoteric Software
Navigation
Home
Blog
Forum
Support
Home
Blog
Forum
Support
Spine
Features
Showcase
Runtimes
Learn
FAQ
Try Now
Purchase
Features
Showcase
Runtimes
Learn
FAQ
Purchase
Try Now
Spine Forum
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
_skeleton->flipX not work in newest cocos2dx 3 runtime
funyou
funyou
if(left){
_skeleton->flipX = 1;
}else {
_skeleton->flipX = 0;
}
Nate
Fixed in Git, thanks!
funyou
works,thanks