replace slugs with rail gun, rebalanced flechettes, added falling dmg, new mod: fast movement, added mouse icons

This commit is contained in:
landgreen
2019-11-27 08:54:39 -08:00
parent 9012b5a968
commit 12ab87ea1d
10 changed files with 1222 additions and 1079 deletions

View File

@@ -14,9 +14,9 @@ const level = {
start() {
if (level.levelsCleared === 0) {
// game.difficulty = 6; //for testing to simulate possible mobs spawns
// b.giveGuns(6)
// b.giveGuns(1)
// mech.fieldUpgrades[7].effect();
// b.giveMod(13)
b.giveMod(15)
// spawn.pickList = ["ghoster", "ghoster"]
this.intro(); //starting level
@@ -1475,7 +1475,7 @@ const level = {
level.onLevel++;
if (level.onLevel > level.levels.length - 1) level.onLevel = 0;
game.clearNow = true; //triggers in the physics engine to remove all physics bodies
game.clearNow = true; //triggers in game.clearMap to remove all physics bodies and setup for new map
}
},
death() {