mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
worldgenloadscreen now makes transition
This commit is contained in:
@@ -225,7 +225,12 @@ object SanicLoadScreen : LoadScreenBase() {
|
||||
AppLoader.batch.flush()
|
||||
}
|
||||
|
||||
super.render(delta)
|
||||
|
||||
// replaces super.render()
|
||||
if (doContextChange) {
|
||||
Thread.sleep(80)
|
||||
AppLoader.setScreen(screenToLoad!!)
|
||||
}
|
||||
}
|
||||
|
||||
private fun getPulseEffCol(): Color {
|
||||
|
||||
Reference in New Issue
Block a user