mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
font update/ime fix
This commit is contained in:
@@ -74,7 +74,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 )
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user