DragonBonesJS
DragonBonesJS copied to clipboard
Phaser.Image updateTransform override affects bitmapText and other display object classes
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?
yes, you can open a PR :)
Great! I have forked the repo - would you like me to request to merge into master or into dev?