Compare commits

...

3 Commits

Author SHA1 Message Date
4f96fb3557 silver 2024-05-20 07:23:37 +00:00
b8e02dba98 silver 2024-05-20 07:23:29 +00:00
08c47d2b4f commit 2024-05-20 07:19:26 +00:00
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: ["silver", "rgb(0,0,0,0)"],
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"