oliversb Posted May 16, 2017 Share Posted May 16, 2017 'Uncaught TypeError: Cannot read property 'toLowerCase' of undefined' Any idea why this might be an error occuring in Phaser? The error is in setStyle. It seems that the align property is not set. 'text = new Phaser.Text(game, 10, 25 * obj.graphicsGroup.length, String(text), null);' Thanks Link to comment Share on other sites More sharing options...
rich Posted May 16, 2017 Share Posted May 16, 2017 This is an error in Phaser CE 2.7.8 - upgrade to 2.7.9 to resolve it (available from GitHub and npm) tywang2006 1 Link to comment Share on other sites More sharing options...
Recommended Posts