mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
savelist cell width now matches management buttons; buttons and thumnail now well positioned
This commit is contained in:
@@ -70,7 +70,8 @@ class UILoadSavegame(val remoCon: UIRemoCon) : Advanceable() {
|
||||
internal val buttonGap = 10
|
||||
internal val buttonWidth = 180
|
||||
internal val drawX = (Toolkit.drawWidth - 480) / 2
|
||||
internal val drawY = (App.scr.height - 480) / 2
|
||||
internal val buttonRowY = App.scr.height - App.scr.tvSafeGraphicsHeight - 24
|
||||
// internal val drawY = (App.scr.height - 480) / 2
|
||||
|
||||
private val transitionalListing = UILoadList(this)
|
||||
// private val transitionalAutosave = UILoadAutosave(this)
|
||||
|
||||
Reference in New Issue
Block a user