update song frames for new visual

This commit is contained in:
yuuki 2023-11-30 07:08:53 +00:00
parent 4fafd0b9ce
commit c44c4684fa
2 changed files with 5 additions and 5 deletions

View File

@ -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){

View File

@ -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)"
}
}