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

@@ -83,7 +83,7 @@ class Notification : UICanvas() {
message.forEachIndexed { index, s ->
val xoff = 6 + (displayedTextWidth - realTextWidth) / 2
val y = -textHeight + App.fontGame.lineHeight * index
App.fontGame.draw(batch, s, LRmargin + xoff, y )
App.fontGame.draw(batch, s, LRmargin + xoff, y - 1)
}