mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
Flippin' eck
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user