visible transparent song panel

This commit is contained in:
yuuki
2023-10-05 15:27:05 +00:00
parent 9b7d1eaf6f
commit 3969756b3c

View File

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