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, y: 5,
force: !noForce force: !noForce
}) })
ctx.fillStyle = "rgb(0,0,0,.3)" ctx.fillStyle = "rgb(0,0,0,.2)"
ctx.fillRect(0, 0, w, h) ctx.fillRect(0, 0, w, h)
} }
if(config.cached){ if(config.cached){

View File

@ -72,10 +72,10 @@ class SongSelect{
}, },
"default": { "default": {
sort: null, sort: null,
background: "transparent", background: "rgb(236,236,236,.2)",
border: ["transparent", "transparent"], border: ["rgb(251,251,251,.2)", "rgb(139,139,139,.2)"],
outline: "transparent", outline: "rgb(101,101,101,.2)",
infoFill: "transparent" infoFill: "rgb(101,101,101,.2)"
} }
} }