-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParticleStorm v1.0.0 incompatibility in Phaser 2.7 #2863
Comments
Good catch. That property has moved to the Device class. You can get it from:
Which means if you do this in preload it should give you the correct result (rather than forcing it to be
|
that hotfix doesn't work for me... this is my first state's preload method:
My scripts get loaded in the script tags in this order:
phaser version: phaser-ce@2.7.3 error:
|
|
This Issue is about A bug in the API
PIXI.canUseNewCanvasBlendModes no longer exists and is called directly by ParticleStorm
Seems to be the only incompatibility as by putting:
PIXI.canUseNewCanvasBlendModes = function () { return true; }
in the preload function it works fine.
The text was updated successfully, but these errors were encountered: