DragonBonesJS icon indicating copy to clipboard operation
DragonBonesJS copied to clipboard

Phaser.Image updateTransform override affects bitmapText and other display object classes

Open mrknip opened this issue 6 years ago • 2 comments

The updateTransform override in PhaserArmatureDisplay.js (line 276) seems to be breaking the positioning of bitmapText objects, and images using bitmapData directly as their textures, in the project I'm working on. Think this can be fixed by extending the Phaser.Image class for use with slot images. Not sure of the contribution rules on this project - ok for me to have a crack and open a PR?

mrknip avatar Mar 07 '18 16:03 mrknip

yes, you can open a PR :)

akdcl avatar Mar 08 '18 01:03 akdcl

Great! I have forked the repo - would you like me to request to merge into master or into dev?

mrknip avatar Mar 08 '18 10:03 mrknip