Disable scoresheet skipping, change multiplayer string and bg
This commit is contained in:
@@ -188,6 +188,11 @@
|
||||
|
||||
ctx.restore()
|
||||
|
||||
if(config.disabled){
|
||||
ctx.fillStyle = "rgba(0, 0, 0, 0.5)"
|
||||
ctx.fillRect(x, y, w, h)
|
||||
}
|
||||
|
||||
if(config.highlight){
|
||||
this.highlight({
|
||||
ctx: ctx,
|
||||
|
||||
Reference in New Issue
Block a user