update song frames for new visual
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
y: 5,
|
||||
force: !noForce
|
||||
})
|
||||
ctx.fillStyle = "rgb(0,0,0,.3)"
|
||||
ctx.fillStyle = "rgb(0,0,0,.2)"
|
||||
ctx.fillRect(0, 0, w, h)
|
||||
}
|
||||
if(config.cached){
|
||||
|
||||
@@ -72,10 +72,10 @@ class SongSelect{
|
||||
},
|
||||
"default": {
|
||||
sort: null,
|
||||
background: "transparent",
|
||||
border: ["transparent", "transparent"],
|
||||
outline: "transparent",
|
||||
infoFill: "transparent"
|
||||
background: "rgb(236,236,236,.2)",
|
||||
border: ["rgb(251,251,251,.2)", "rgb(139,139,139,.2)"],
|
||||
outline: "rgb(101,101,101,.2)",
|
||||
infoFill: "rgb(101,101,101,.2)"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user