background color boss level
This commit is contained in:
@@ -18,9 +18,9 @@ const level = {
|
|||||||
// mech.fieldUpgrades[1](); //give a field power up for testing
|
// mech.fieldUpgrades[1](); //give a field power up for testing
|
||||||
// b.mods[6](); //give specific mod
|
// b.mods[6](); //give specific mod
|
||||||
|
|
||||||
this.intro(); //starting level
|
// this.intro(); //starting level
|
||||||
// this.testingMap();
|
// this.testingMap();
|
||||||
// this.bosses();
|
this.bosses();
|
||||||
// this.aerie();
|
// this.aerie();
|
||||||
// this.rooftops();
|
// this.rooftops();
|
||||||
// this.warehouse();
|
// this.warehouse();
|
||||||
@@ -142,7 +142,7 @@ const level = {
|
|||||||
// b.dmgScale *= 0.9; //damage done by player decreases each level
|
// b.dmgScale *= 0.9; //damage done by player decreases each level
|
||||||
// }
|
// }
|
||||||
|
|
||||||
document.body.style.backgroundColor = "#fff";
|
document.body.style.backgroundColor = "#ddd";
|
||||||
|
|
||||||
// level.fillBG.push({
|
// level.fillBG.push({
|
||||||
// x: -150,
|
// x: -150,
|
||||||
|
|||||||
Reference in New Issue
Block a user