two getthumbnail funs merget into one

This commit is contained in:
minjaesong
2023-07-11 19:52:56 +09:00
parent 64e05a4f17
commit 173f99f87d
6 changed files with 62 additions and 44 deletions

View File

@@ -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)