mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
tighter cell gap
This commit is contained in:
@@ -46,7 +46,7 @@ class UILoadDemoSavefiles : UICanvas() {
|
|||||||
|
|
||||||
private val textH = App.fontGame.lineHeight.toInt()
|
private val textH = App.fontGame.lineHeight.toInt()
|
||||||
|
|
||||||
private val cellGap = 24
|
private val cellGap = 20
|
||||||
private val cellInterval = cellGap + UIItemDemoSaveCells.HEIGHT
|
private val cellInterval = cellGap + UIItemDemoSaveCells.HEIGHT
|
||||||
private val gradAreaHeight = 32
|
private val gradAreaHeight = 32
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user