mod- pulse
gun: pulse is now a mod for laser
mod: beam splitter applies to pulse
difficulty balancing
(this needs to be done as more mods are added to the game to prevent power creep)
all modes are a bit harder
if you used to play why, try the new hard
if you used to play hard try the new normal
power ups drop more often from bosses on all modes
This commit is contained in:
@@ -233,11 +233,11 @@ const spawn = {
|
||||
me.isBoss = true;
|
||||
me.frictionAir = 0.01
|
||||
me.seeAtDistance2 = 9000000;
|
||||
me.accelMag = 0.00062 * game.accelScale;
|
||||
me.accelMag = 0.00065 * game.accelScale;
|
||||
Matter.Body.setDensity(me, 0.0006); //normal is 0.001
|
||||
me.collisionFilter.mask = cat.bullet | cat.player
|
||||
me.memory = Infinity;
|
||||
me.seePlayerFreq = 60
|
||||
me.seePlayerFreq = 30
|
||||
|
||||
me.lockedOn = null;
|
||||
if (vertices === 9) {
|
||||
|
||||
Reference in New Issue
Block a user