more test music play stuffs

This commit is contained in:
minjaesong
2023-10-21 18:33:13 +09:00
parent f37a28eb17
commit e88b595320
4 changed files with 30 additions and 19 deletions

View File

@@ -167,9 +167,9 @@ object SanicLoadScreen : LoadScreenBase() {
val drawHeight = getPulseEffWidthMul() * textTex.height
it.draw(textTex,
textX - (drawWidth - textTex.width) / 2f,
glideDispY - 2f - (drawHeight - textTex.height) / 2f,
glideDispY - 2f - (drawHeight - textTex.height) / 2f + drawHeight,
drawWidth,
drawHeight
-drawHeight
)