qdrj Posted April 2, 2014 Share Posted April 2, 2014 I would like to generate texture from my group. But to do this we need to pass renderer: PIXI.IPixiRenderer argument. Where I can find it in Phaser ? Link to comment Share on other sites More sharing options...
rich Posted April 2, 2014 Share Posted April 2, 2014 game.renderer Link to comment Share on other sites More sharing options...
qdrj Posted April 2, 2014 Author Share Posted April 2, 2014 Ah... There is an error in Game.js then /** * @property {number} renderer - The Pixi Renderer * @default */ this.renderer = Phaser.AUTO; Link to comment Share on other sites More sharing options...
rich Posted April 2, 2014 Share Posted April 2, 2014 True, but it's still Game.renderer - the above gets over-written in Game.setUpRenderer Link to comment Share on other sites More sharing options...
Recommended Posts