needs more shader (for smoothing out lightmap render)

This commit is contained in:
minjaesong
2017-07-04 14:58:18 +09:00
parent b2a8fe5bd7
commit 4a6f88ea29
8 changed files with 89 additions and 24 deletions

View File

@@ -84,9 +84,7 @@ class UIItemInventoryElem(
if (item != null && itemImage != null) {
blendNormal()
//println("orgID: ${item!!.originalID}, nameKey: ${BlockCodex[item!!.originalID].nameKey}, itemOrgName: ${item!!.originalName}")
// item image
batch.color = Color.WHITE
batch.draw(itemImage, posX + imgOffset, posY + imgOffset)