ADD TO Preloader.js ::: --preload this.load.atlasXML('bunny', 'images/spritesheets/bunny.png', 'images/spritesheets/bunny.xml'); ADD TO Game.js this.totalBunnies; this.bunnygroup; -- create this.totalBunnies = 20; -- buildWorld this.buildBunnies(); -- ADD buildBunnies: function() { this.bunnygroup = this.add.group(); this.bunnygroup.enableBody = true; for(var i=0; i