UnderwaterApps / overlap2d-runtime-libgdx

Overlap2D - UI and Level Editor libgdx runtime
http://overlap2d.com
Other
170 stars 96 forks source link

adds composite item manual resize support. Bugfix #97

Closed Sasun closed 8 years ago

Sasun commented 8 years ago

adds composite item manual resize support (to enable automatic resize set CompositeTransformComponent's automaticResize to true)

bugfix - recalculateSize method calculates composite item bounding rectangle sizes also taking into considreation rotated, translated and scaled items sizes and positions.

bugfix - spine actor(s) contained by composite item follows its parent on transformation(srt).