bubble fusion

This commit is contained in:
landgreen
2020-06-23 14:05:34 -07:00
parent d1cb3aff15
commit ffc5aa3e1e
6 changed files with 68 additions and 27 deletions

View File

@@ -16,10 +16,10 @@ const level = {
if (level.levelsCleared === 0) { //this code only runs on the first level
// game.enableConstructMode() //used to build maps in testing mode
// level.difficultyIncrease(9)
mod.giveMod("automatic shotgun");
// b.giveGuns("spores")
// mech.setField("plasma torch")
// mech.isStealth = true;
// mod.giveMod("necrophoresis");
// b.giveGuns("foam")
// mech.setField("time dilation field")
level.intro(); //starting level
// level.testing();