Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

Control over sorting methods of CCNode. #365

Closed totallyeviljake closed 10 years ago

totallyeviljake commented 10 years ago

Addition of vertex z and control over the order-of-insertion sorting method.

Added CCNode.SortChildrenByOrderOfArrival and CCNode.SortChildrenByVertexZ

This is for Issue #364

totallyeviljake commented 10 years ago

no need for this- @gena-m fixed the tiled map layer rendering.