mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
teleporter: list loading on separate thread
This commit is contained in:
@@ -550,7 +550,7 @@ object ModMgr {
|
||||
|
||||
if (iconFile.exists()) {
|
||||
val iconSheet = TextureRegionPack(iconFile.path, 20, 20)
|
||||
val iconPixmap = Pixmap(Gdx.files.internal(iconFile.path))
|
||||
val iconPixmap = Pixmap(Gdx.files.absolute(iconFile.path))
|
||||
for (k in 0 until iconPixmap.height step 20) {
|
||||
val langCode = StringBuilder()
|
||||
for (c in 0 until 20) {
|
||||
|
||||
Reference in New Issue
Block a user