turret mod

This commit is contained in:
landgreen
2020-07-08 15:58:46 -07:00
parent ef28029415
commit 31c16b1c71
7 changed files with 314 additions and 235 deletions

View File

@@ -13,7 +13,6 @@ const game = {
mech.airControl()
}
// level.checkZones();
level.custom();
level.checkQuery();
mech.move();
mech.look();
@@ -23,6 +22,7 @@ const game = {
level.drawFillBGs();
level.exit.draw();
level.enter.draw();
level.custom();
game.draw.powerUp();
mobs.draw();
game.draw.cons();