mine balance
This commit is contained in:
@@ -1646,7 +1646,7 @@ const b = {
|
||||
bullet[me] = Bodies.rectangle(pos.x, pos.y, 25 * b.modBulletSize, 2 * b.modBulletSize, b.fireAttributes(Math.atan2(velocity.y, velocity.x)));
|
||||
Matter.Body.setVelocity(bullet[me], velocity);
|
||||
World.add(engine.world, bullet[me]); //add bullet to world
|
||||
bullet[me].endCycle = game.cycle + 60 + 15 * Math.random();
|
||||
bullet[me].endCycle = game.cycle + 60 + 18 * Math.random();
|
||||
bullet[me].dmg = 0.8
|
||||
bullet[me].do = function () {};
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ const level = {
|
||||
start() {
|
||||
if (level.levelsCleared === 0) {
|
||||
// game.difficulty = 6; //for testing to simulate possible mobs spawns
|
||||
// b.giveGuns(10)
|
||||
b.giveGuns(10)
|
||||
// mech.setField(3)
|
||||
// b.giveMod(16);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user