mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
autosave marker on save list
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user