removed free upgrade

This commit is contained in:
lilgreenland
2019-09-18 07:09:37 -07:00
parent f36bf2ebb2
commit 2168de12d5

View File

@@ -15,7 +15,7 @@ const level = {
document.title = "n-gon"; document.title = "n-gon";
this.intro(); //starting level this.intro(); //starting level
// b.giveGuns(0) // set a starting gun for testing // b.giveGuns(0) // set a starting gun for testing
mech.fieldUpgrades[5]() //give a field power up for testing // mech.fieldUpgrades[5]() //give a field power up for testing
// game.levelsCleared = 3; //for testing to simulate possible mobs spawns // game.levelsCleared = 3; //for testing to simulate possible mobs spawns
// this.bosses(); // this.bosses();
// this.testingMap(); // this.testingMap();