difficulty spawns

lasertargetingboss, nailshot
This commit is contained in:
landgreen
2020-05-25 13:22:15 -07:00
parent f338184869
commit ff78c731fc
7 changed files with 287 additions and 78 deletions

View File

@@ -467,7 +467,7 @@ const mobs = {
//draw damage
ctx.fillStyle = "#f00";
ctx.beginPath();
ctx.arc(best.x, best.y, dmg * 2000, 0, 2 * Math.PI);
ctx.arc(best.x, best.y, dmg * 10000, 0, 2 * Math.PI);
ctx.fill();
}
}