URL builds debugging

This commit is contained in:
landgreen
2020-04-02 15:16:34 -07:00
parent 26fbb7bad6
commit dc3785d4fd
4 changed files with 68 additions and 34 deletions

View File

@@ -13,13 +13,13 @@ const level = {
levelsCleared: 0,
start() {
if (level.levelsCleared === 0) {
if (build.isURLBuild) build.onLoadPowerUps();
// level.difficultyIncrease(9)
// b.giveGuns("vacuum bomb")
// mech.setField("phase decoherence field")
// mech.energy = 0.1;
// b.giveMod("negative feedback");
// b.giveMod("photovoltaics");
onLoadPowerUps();
level.intro(); //starting level
// level.testing();