mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
more test music play stuffs
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user