mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 20:44:05 +09:00
two getthumbnail funs merget into one
This commit is contained in:
@@ -62,7 +62,7 @@ class UIAutosaveNotifier : UICanvas() {
|
||||
}
|
||||
else {
|
||||
batch.color = errorCol
|
||||
batch.draw(spinner.get(0,4), offX, offY)
|
||||
batch.draw(spinner.get(0,4), offX, offY + 2f)
|
||||
}
|
||||
batch.color = if (errored) errorCol else normalCol
|
||||
App.fontGame.draw(batch, text, offX + 30f, offY - 2f)
|
||||
|
||||
Reference in New Issue
Block a user