remove free guns

This commit is contained in:
landgreen
2022-03-06 19:07:59 -08:00
parent 4efc3d2d82
commit e3a82417d6

View File

@@ -16,8 +16,8 @@ const level = {
if (level.levelsCleared === 0) { //this code only runs on the first level if (level.levelsCleared === 0) { //this code only runs on the first level
// simulation.isHorizontalFlipped = true // simulation.isHorizontalFlipped = true
// m.setField("time dilation") // m.setField("time dilation")
b.giveGuns("harpoon") // b.giveGuns("harpoon")
tech.giveTech("railgun") // tech.giveTech("railgun")
// tech.giveTech("necrophage") // tech.giveTech("necrophage")
// tech.giveTech("isotropic radiator") // tech.giveTech("isotropic radiator")
// for (let i = 0; i < 2; i++) powerUps.directSpawn(0, 0, "tech"); // for (let i = 0; i < 2; i++) powerUps.directSpawn(0, 0, "tech");