rename to laser bot

This commit is contained in:
landgreen
2020-01-13 06:52:53 -08:00
parent a4a2a83412
commit 90abc9c64f
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ const level = {
level.addToWorld(); //add bodies to game engine
game.draw.setPaths();
for (let i = 0; i < b.modLaserBotCount; i++) {
b.guardian()
b.laserBot()
}
for (let i = 0; i < b.modNailBotCount; i++) {
b.nailBot()