Closed kozickikarol closed 4 years ago
I fixed 1 and 2. Please leave only convertTo2d , without changes in build - i can run yarn build
myself.
Actually, wait, i'll just do it myself :) EVerything is ok
OK, 0.3.9 published. Thank you, its important for me that I'm not the only one who's maintaining this repo.
Are you going to release new version?
Already
Bumped pixi.js version to 5.2.1 In package.json there was "pixi.js": "~5.2.0" so npm downloads the newest 5.2.x version (right now it is 5.2.1). Unfortunately 5.2.1 brings lots of changes, one of them are changes in Point.set method. That's why I needed to change Point3d.set as well.
Fixed Point3d.set method (there were errors during build)
Fixed setting pluginName in Sprite.convertTo2d (it fixes #59)