more natural occlusion texture

This commit is contained in:
minjaesong
2021-09-11 20:53:44 +09:00
parent b080852c7c
commit 4e0d1e0c9d
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -148,12 +148,12 @@ class UIItemDemoSaveCells(
// draw texts
batch.color = highlightCol
// draw timestamp
blendNormal(batch)
val tlen = App.fontSmallNumbers.getWidth(lastPlayedTimestamp)
App.fontSmallNumbers.draw(batch, lastPlayedTimestamp, posX + (width - tlen) - 3f, posY + height - 16f)
// draw savegame name
// App.fontGame.draw(batch, disk.getDiskNameString(Common.CHARSET), posX + 3f, posY + 1f)
super.render(batch, camera)
batch.color = Color.WHITE