mod hotfix
This commit is contained in:
parent
a2a3731cdd
commit
9a28cbfd8e
|
|
@ -61,9 +61,9 @@ renderEachPixel(function(pixel,ctx) {
|
|||
}
|
||||
}
|
||||
if (elements[pixel.element].glow || elements[pixel.element].isGas){
|
||||
drawPlus(ctx,"rgba(" + color.r + ", " + color.g + ", " + color.b + ", " + opacity +")",pixel.x,pixel.y)
|
||||
drawPlus(ctx,"rgb(" + color.r + ", " + color.g + ", " + color.b +")",pixel.x,pixel.y,undefined,opacity)
|
||||
} else {
|
||||
drawSquare(ctx,"rgba(" + color.r + ", " + color.g + ", " + color.b + ", " + opacity +")",pixel.x,pixel.y)
|
||||
drawSquare(ctx,"rgb(" + color.r + ", " + color.g + ", " + color.b +")",pixel.x,pixel.y,undefined,opacity)
|
||||
}}
|
||||
})
|
||||
keybinds["KeyH"] = function(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue