Count92 Posted June 1, 2020 Share Posted June 1, 2020 So this is where I'm getting the Cannot read property 'add' of undefined my class extends Phaser.Scene. this.powerUps = this.physics.add.group(); But my config looks like this: let config = { width: 256, height: 272, backgroundColor: 0x000000, pixelArt: true, physics:{ default: 'arcade' arcade: { debug: false } }, scene:[Scene1, Scene2] } var game = new Phaser.Game(config); So now I'm officially lost. can someone please help. game.js Scene2.js game.js Quote Link to comment Share on other sites More sharing options...
Count92 Posted June 1, 2020 Author Share Posted June 1, 2020 Fixed by Changing let to var. But I don't understand why that is the case. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.