bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

How to center child inside of Sprite? #324

Closed johanalkstal closed 5 years ago

johanalkstal commented 5 years ago

How do I center the child of a Sprite relative to the Sprite itself?

The docs don't help and I've failed with my experiments. I would have guessed that the child position would be relative to its parent but it seems to be relative to the stage?