azerion / phaser-spine

A plugin for Phaser 2 that adds Spine support
MIT License
121 stars 57 forks source link

[Spine TS] x and y properties don't move the Spine Object #80

Open shibekin69 opened 6 years ago

shibekin69 commented 6 years ago

This is problem is specific to the WebGL version. Canvas version is OK. Setting the x and y coordinates of the Spine Object doesn't move it. Setting the group container's doesn't work either.

groupContainer.x = 500 <-- Doesn't work groupContainer.spineObj.x = 500 <-- Doesn't work