Update: CC - Before Render - Moorcow (72d6a2a3kc.js) 37 bytes modified

beta.r3js.org
-=yb4f310 2017-11-14 13:22:22 +01:00
parent dabcf83f12
commit 7c1e418b09
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
this.enemies.map(
function(enemy) {
if (enemy.mesh === mesh) {
console.log('exploding enemy');
enemy.exploding = true;
var particleEngine = this.smokeParticleEngine.clone();
particleEngine.position = mesh.position.clone();