add basic missiles

This commit is contained in:
Asraelite 2016-03-24 18:42:11 +00:00
parent 21a30ad212
commit ac089f3e8e
19 changed files with 215 additions and 85 deletions

View file

@ -66,6 +66,7 @@ class Renderer {
} else if (body.bodyType == 'asteroid') {
this.renderAsteroid(pallet, body);
} else {
this.renderBody(pallet, body);
// Render structures, projectiles etc..
}
}