mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 21:44:05 +09:00
testing borders on inventory cells
This commit is contained in:
@@ -39,7 +39,7 @@ class UIItemImageGallery(
|
||||
}
|
||||
|
||||
imageList.forEachIndexed { i, image ->
|
||||
DrawUtil.drawCentered(batch, image,
|
||||
Toolkit.drawCentered(batch, image,
|
||||
imagePosY(i),
|
||||
width.toFloat().div(column).times(column(i).plus(1)).roundInt(),
|
||||
posX, posY
|
||||
|
||||
Reference in New Issue
Block a user