xzereus Posted May 31, 2014 Share Posted May 31, 2014 I've developed a lighting/shading function that uses an Image with Phaser.blendModes.MULTIPLY. This works great on PC, but with CocoonJS it seems to simply ignore the blendmode. The result is that the entire game simply becomes white/gray where the lighting and shading blending should be. Has anybody else run into this and is there a solution? Thanks. Link to comment Share on other sites More sharing options...
xzereus Posted June 4, 2014 Author Share Posted June 4, 2014 Is there a better place to ask about this? Link to comment Share on other sites More sharing options...
Videlais Posted June 5, 2014 Share Posted June 5, 2014 Is there a better place to ask about this? I've done a great deal of testing with Phaser and CocoonJS, but I don't think I've ever tried the blend modes. Chances are good, though, that if you see CocoonJS 'ignoring' something, it might just be the case that it doesn't have support for that. When you are using it, does that functionality throw any errors in the console? Link to comment Share on other sites More sharing options...
xzereus Posted June 17, 2014 Author Share Posted June 17, 2014 @Videlais Nope, no errors. Just doesn't do any blending. Link to comment Share on other sites More sharing options...
Recommended Posts