This commit is contained in:
yuukiwww 2024-05-20 07:19:26 +00:00
parent e2f63b367a
commit 08c47d2b4f
3 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -153,7 +153,7 @@
y: 5,
force: !noForce
})
ctx.fillStyle = "rgb(0,0,0,.5)"
ctx.fillStyle = `rgba(0,0,0,.1)`
ctx.fillRect(0, 0, w, h)
}
if(config.cached){

View File

@ -85,10 +85,10 @@ class SongSelect{
},
"default": {
sort: null,
background: "rgb(236,236,236,.5)",
border: ["rgb(251,251,251,.5)", "rgb(139,139,139,.5)"],
outline: "rgb(101,101,101,.5)",
infoFill: "rgb(101,101,101,.5)"
background: "rgb(0,0,0,0)",
border: ["rgb(0,255,0,.5)", "rgb(0,0,255,.5)"],
outline: "#333333",
infoFill: "rgb(0,0,0,0)"
}
}
@ -1707,7 +1707,7 @@ class SongSelect{
})
}
}
if(songSel){
if(songSel && !this.state.move){
var _x = x + 33 + i * 60
var _y = y + 120
ctx.fillStyle = currentUra ? "#006279" : "#ff9f18"