Privacy Policy

Privacy Policy Last updated: May 21 2018 This Privacy Policy explains: How and what personal information we collect from youWhere we use your personal information forThe options you have about…

Continue ReadingPrivacy Policy

Flexible Box Layout for Cocos2d [updated]

This is a flexible box layout for cocos2d-iphone partly based on w3c recommendation http://www.w3.org/TR/css3-flexbox.

Features:

VerticalBox
HorizontalBox
FlexibleBox

Properties supported

justify : (start | end | center | spaceAround | spaceBetween )
align : (start | end | center | stretch)
grow :
direction : (row | column)

The layout handler is decoupled from the cocos2d node and modifies only the position.

flexible box layout

(more…)

Continue ReadingFlexible Box Layout for Cocos2d [updated]