mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
gems
This commit is contained in:
@@ -121,7 +121,7 @@ open class FancyWorldReadLoadScreen(screenToBeLoaded: IngameInstance, private va
|
||||
|
||||
class FancyWorldgenLoadScreen(screenToBeLoaded: IngameInstance, private val worldwidth: Int, private val worldheight: Int) : FancyWorldReadLoadScreen(screenToBeLoaded, worldwidth, worldheight, {}) {
|
||||
|
||||
private val chunks = (worldwidth / CHUNK_W) * 8
|
||||
private val chunks = (worldwidth / CHUNK_W) * 9
|
||||
|
||||
override fun getProgress(): Double {
|
||||
return progress.get().toDouble() / chunks * previewWidth
|
||||
|
||||
Reference in New Issue
Block a user