autosave notifier to y-align with quickslot and watch ui

This commit is contained in:
minjaesong
2021-10-02 11:28:34 +09:00
parent 485e8349de
commit 6fda6bafe4

View File

@@ -38,7 +38,7 @@ class UIAutosaveNotifier : UICanvas() {
override fun renderUI(batch: SpriteBatch, camera: Camera) {
val spin = spinner.get(spinnerFrame % 8, spinnerFrame / 8)
val offX = (App.scr.tvSafeGraphicsWidth * 1.25f).roundToInt().toFloat()
val offY = App.scr.tvSafeGraphicsHeight + 4f
val offY = App.scr.tvSafeGraphicsHeight + 9f // +9 to align to quickslot and watch UI
batch.color = Color.WHITE
batch.draw(spin, offX, offY)