rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.18k stars 259 forks source link

When applying rexcirclemaskimageplugin.min.js, it appears as a blue image. #404

Closed goodbyeflash closed 4 months ago

goodbyeflash commented 4 months ago

Hello. I'm applying rexcirclemaskimageplugin.min.js to my program in cdn format. Until a few days ago, I could see the image with roundRectangle applied, but it's now showing in blue image. Please solve it quickly.

capture

capture2

rexrainbow commented 4 months ago

It is because that, version of my plugins is 1.80 (the latest version), which is for phaser3.80 (the latest stable version). But I had not change the version of phaser in this test demo. Now it works for phaser3.80.

I need some days to upgrade the phaser in all of test demos.

goodbyeflash commented 4 months ago

It is because that, version of my plugins is 1.80 (the latest version), which is for phaser3.80 (the latest stable version). But I had not change the version of phaser in this test demo. Now it works for phaser3.80.

I need some days to upgrade the phaser in all of test demos.

Thank you! We have solved the problem.

rexrainbow commented 4 months ago

All test cases on codepen are updated.