Arakash
Results
2
comments of
Arakash
Yeah I wonder too.
Sure thing. ``` javascript draw: function() { // Draw all entities and backgroundMaps this.parent(); this.lightManager.drawLightMap(); this.drawEntities(); this.lightManager.drawShadowMap(); this.drawEntities(); } ```