added chronon gun

This commit is contained in:
landgreen
2019-12-13 19:01:09 -08:00
committed by GitHub
parent 75d1ca4d6b
commit 320f0ef28c
7 changed files with 237 additions and 149 deletions

View File

@@ -14,12 +14,12 @@ const level = {
start() {
if (level.levelsCleared === 0) {
// game.difficulty = 6; //for testing to simulate possible mobs spawns
// b.giveGuns(14)
// mech.fieldUpgrades[7].effect();
b.giveGuns(15)
mech.fieldUpgrades[1].effect();
// b.giveMod(2)
this.intro(); //starting level
// this.testingMap();
// this.intro(); //starting level
this.testingMap();
// this.bosses();
// this.aerie();
// this.rooftops();
@@ -110,7 +110,7 @@ const level = {
// powerUps.spawn(450, -400, "mod", false, 6);
// powerUps.spawn(450, -400, "mod", false);
// spawn.bodyRect(-45, -100, 40, 50);
spawn.spinner(800, -1150);
spawn.shooter(800, -1150);
// spawn.groupBoss(-600, -550);
// spawn.hopper(800, -150);
// spawn.beamer(800, -150);