autosave marker on save list

This commit is contained in:
minjaesong
2023-07-08 22:12:08 +09:00
parent 03c6061a12
commit 02308a7918
3 changed files with 11 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ class UIAutosaveNotifier : UICanvas() {
batch.draw(spinner.get(0,4), offX, offY)
}
batch.color = if (errored) errorCol else normalCol
App.fontGame.draw(batch, text, offX + 30f, offY)
App.fontGame.draw(batch, text, offX + 30f, offY - 2f)
}
fun setAsError() {