add fixture autofire

This commit is contained in:
Asraelite 2016-03-30 20:40:05 +01:00
parent d9e8e217c6
commit 8e0c4b02e4
9 changed files with 40 additions and 8 deletions

View file

@ -8,7 +8,7 @@ class Blaster extends Fixture {
super(mount, data);
}
fire() {
fireType() {
this.body.world.spawner.spawnLaser(this);
}
}