mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
y u no call back :(
This commit is contained in:
@@ -321,6 +321,8 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
)
|
||||
|
||||
loadedTime_t = App.getTIME_T()
|
||||
|
||||
MusicService.enterScene("ingame")
|
||||
}
|
||||
|
||||
data class NewGameParams(
|
||||
@@ -1007,6 +1009,7 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
}
|
||||
|
||||
musicStreamer.update(this, delta)
|
||||
MusicService.update(delta)
|
||||
|
||||
////////////////////////
|
||||
// ui-related updates //
|
||||
|
||||
Reference in New Issue
Block a user