new year new copyright date

This commit is contained in:
minjaesong
2022-01-01 22:05:54 +09:00
parent ebefe97b59
commit bc6a1c4463
4 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ Veuillez reconfigurer votre ordre de chargement sur :
gdxClearAndSetBlend(.094f, .094f, .094f, 1f)
batch.inUse {
batch.color = Color.WHITE
wot.forEachIndexed { index, s ->
wot.reversed().forEachIndexed { index, s ->
if (s.startsWith('\\')) {
val tagsSplit = s.indexOfFirst { it == ' ' }
val tagsBulk = s.substring(0, tagsSplit)