File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
common/src/main/kotlin/com/lambda/graphics/renderer/gui/font Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ enum class LambdaMoji(private val zipUrl: String) {
1717 object Loader : Loadable {
1818 override fun load (): String {
1919 LambdaMoji .entries.forEach(LambdaMoji ::loadGlyphs)
20- return " Loaded ${LambdaMoji .entries.size} emoji sets "
20+ return " Loaded ${LambdaMoji .entries.size} emoji pools "
2121 }
2222 }
2323}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class EmojiGlyphs(zipUrl: String) {
6363
6464 fontTexture = MipmapTexture (image)
6565
66- LOG .info(" Emoji loaded with ${emojiMap. size} characters ( ${ time} ms) " )
66+ LOG .info(" Loaded $ size emojis in $ time ms " )
6767 }
6868 }
6969
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class FontGlyphs(font: Font) {
5858 fontTexture = MipmapTexture (image)
5959 }
6060
61- Lambda .LOG .info(" Font ${font.fontName} loaded with ${charMap.size} characters ( ${ time} ms) " )
61+ Lambda .LOG .info(" Font ${font.fontName} loaded with ${charMap.size} characters in $ time ms " )
6262 }
6363
6464 fun bind () {
You can’t perform that action at this time.
0 commit comments