construct mode mob spawns

This commit is contained in:
landgreen
2020-05-03 04:38:48 -07:00
parent 222c95af67
commit a64b969186
5 changed files with 45 additions and 49 deletions

View File

@@ -14,13 +14,13 @@ const level = {
start() {
if (build.isURLBuild && level.levelsCleared === 0) build.onLoadPowerUps();
if (level.levelsCleared === 0) { //this code only runs on the first level
game.enableConstructMode() //used to build maps in testing mode
// game.enableConstructMode() //used to build maps in testing mode
// level.difficultyIncrease(9)
// b.giveGuns("foam")
// mech.setField("time dilation field")
// b.giveMod("renormalization");
// b.giveMod("impact shear");
b.giveMod("clock gating");
// b.giveMod("clock gating");
// b.giveGuns("mine")
// mech.setField("pilot wave")
// mech.setField("perfect diamagnetism")