adjusted color for vaccum

This commit is contained in:
lilgreenland
2019-11-01 14:27:08 -07:00
parent 3c9905e649
commit 3185c8c180

View File

@@ -1181,7 +1181,7 @@ const b = {
});
//draw suck
const radius = 9 * this.explodeRad * (this.endCycle - game.cycle) / this.endCycleLength
ctx.fillStyle = "rgba(255,255,255,0.2)";
ctx.fillStyle = "rgba(0,0,0,0.1)";
ctx.beginPath();
ctx.arc(this.position.x, this.position.y, radius, 0, 2 * Math.PI);
ctx.fill();