mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 21:44:05 +09:00
noticelet to show items just picked up
This commit is contained in:
@@ -657,6 +657,7 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
}
|
||||
|
||||
// these need to appear on top of any others
|
||||
uiContainer.add(noticelet)
|
||||
uiContainer.add(notifier)
|
||||
|
||||
App.setDebugTime("Ingame.UpdateCounter", 0)
|
||||
@@ -1615,6 +1616,7 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
(Toolkit.drawWidth - notifier.width) / 2,
|
||||
App.scr.height - notifier.height - App.scr.tvSafeGraphicsHeight
|
||||
)
|
||||
noticelet.setPosition(0, 0)
|
||||
uiQuickBar.setPosition((drawWidth - uiQuickBar.width) / 2, App.scr.tvSafeGraphicsHeight)
|
||||
|
||||
// inventory
|
||||
|
||||
Reference in New Issue
Block a user