mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
music player widget as a separate module
This commit is contained in:
@@ -641,7 +641,10 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
ingameUpdateThread = ThreadIngameUpdate(this)
|
||||
updateThreadWrapper = Thread(ingameUpdateThread, "Terrarum UpdateThread")
|
||||
|
||||
|
||||
// add extra UIs from the other modules
|
||||
ModMgr.GameExtraGuiLoader.guis.forEach {
|
||||
uiContainer.add(it(this))
|
||||
}
|
||||
|
||||
// these need to appear on top of any others
|
||||
uiContainer.add(notifier)
|
||||
|
||||
Reference in New Issue
Block a user