swarn gun

This commit is contained in:
landgreen
2020-03-24 15:50:51 -07:00
parent f08996b2fc
commit af7a33ba83
8 changed files with 268 additions and 85 deletions

View File

@@ -14,9 +14,9 @@ const level = {
start() {
if (level.levelsCleared === 0) {
// level.difficultyIncrease(9)
// b.giveGuns("mine")
// b.giveGuns("swarm")
// mech.setField("time dilation field")
// b.giveMod("irradiated needles");
// b.giveMod("quantum immortality");
// b.giveMod("reflective cavity");
level.intro(); //starting level
@@ -136,7 +136,7 @@ const level = {
// powerUps.spawn(950, -425, "gun", false);
// }
spawn.nodeBoss(-500, -600, spawn.allowedBossList[Math.floor(Math.random() * spawn.allowedBossList.length)]);
// spawn.nodeBoss(-500, -600, spawn.allowedBossList[Math.floor(Math.random() * spawn.allowedBossList.length)]);
// spawn.lineBoss(-500, -600, spawn.allowedBossList[Math.floor(Math.random() * spawn.allowedBossList.length)]);
// spawn.bodyRect(-135, -50, 50, 50);
// spawn.bodyRect(-140, -100, 50, 50);
@@ -147,8 +147,8 @@ const level = {
// powerUps.spawn(450, -400, "mod", false, 6);
// powerUps.spawn(450, -400, "mod", false);
// spawn.bodyRect(-45, -100, 40, 50);
spawn.starter(800, -450, 150);
// spawn.cellBoss(400, -750);
// spawn.starter(800, -450, 150);
spawn.laserBoss(400, -750);
// spawn.randomLevelBoss(400, -750)