added build clicking

This commit is contained in:
lilgreenland
2019-12-02 15:26:30 -08:00
parent 349a6cf211
commit b8f032f8db
5 changed files with 29 additions and 22 deletions

View File

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