mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
more natural occlusion texture
This commit is contained in:
BIN
assets/graphics/blocks/init.tga
LFS
BIN
assets/graphics/blocks/init.tga
LFS
Binary file not shown.
@@ -148,12 +148,12 @@ class UIItemDemoSaveCells(
|
|||||||
|
|
||||||
// draw texts
|
// draw texts
|
||||||
batch.color = highlightCol
|
batch.color = highlightCol
|
||||||
|
|
||||||
// draw timestamp
|
// draw timestamp
|
||||||
blendNormal(batch)
|
blendNormal(batch)
|
||||||
val tlen = App.fontSmallNumbers.getWidth(lastPlayedTimestamp)
|
val tlen = App.fontSmallNumbers.getWidth(lastPlayedTimestamp)
|
||||||
App.fontSmallNumbers.draw(batch, lastPlayedTimestamp, posX + (width - tlen) - 3f, posY + height - 16f)
|
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)
|
super.render(batch, camera)
|
||||||
batch.color = Color.WHITE
|
batch.color = Color.WHITE
|
||||||
|
|||||||
Reference in New Issue
Block a user