Skip to content

Commit

Permalink
Update Zombie.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BunZaga committed Nov 30, 2013
1 parent 5bb8561 commit d9d03fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/Zombie.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ define([
'goo/math/Quaternion',
'goo/math/Vector3',
'js/SphereSpatial',
'js/SphereMovement',
'goo/entities/components/ScriptComponent',
'goo/renderer/shaders/ShaderLib'

Expand All @@ -19,6 +20,7 @@ define([
Quaternion,
Vector3,
SphereSpatial,
SphereMovement,
ScriptComponent,
ShaderLib
){
Expand Down Expand Up @@ -188,4 +190,4 @@ define([
ent.transformComponent.children[0].entity.healthComponent.resetHealth();
}
return Zombie;
});
});

0 comments on commit d9d03fd

Please sign in to comment.