bug fixes

This commit is contained in:
landgreen
2021-09-13 05:27:52 -07:00
parent f719c8edb9
commit a1b062e2a4
5 changed files with 13 additions and 75 deletions

View File

@@ -735,7 +735,7 @@ const spawn = {
const me = mob[mob.length - 1];
me.isBoss = true;
Matter.Body.setDensity(me, 0.002); //normal density even though its a boss
me.damageReduction = 0.05; //extra reduction for a boss, because normal density
me.damageReduction = 0.04; //extra reduction for a boss, because normal density
me.frictionAir = 0.01;
me.accelMag = 0.0002;
me.onDeath = function() {