Flippin' eck

This commit is contained in:
minjaesong
2021-12-13 23:22:17 +09:00
parent 83f78edc2a
commit 254bf814a9
28 changed files with 171 additions and 87 deletions

View File

@@ -34,11 +34,11 @@ class UIItemModuleInfoCell(
private val modAuthor = modProp.author
init {
modIcon.flip(false, true)
modIcon.flip(false, false)
CommonResourcePool.addToLoadingList("basegame_errored_icon32") {
val t = TextureRegion(Texture(ModMgr.getGdxFile("basegame", "gui/modwitherror.tga")))
t.flip(false, true)
t.flip(false, false)
t
}
CommonResourcePool.loadAll()