multithreaded initial spawn chunkgen

This commit is contained in:
minjaesong
2024-09-04 22:57:58 +09:00
parent 3fcb2f9996
commit eb3822553b
3 changed files with 33 additions and 15 deletions

View File

@@ -215,6 +215,7 @@ class TitleScreen(batch: FlippingSpriteBatch) : IngameInstance(batch) {
IngameRenderer.setRenderedWorld(demoWorld)
WeatherMixer.internalReset(this)
WeatherMixer.titleScreenInitWeather(demoWorld.weatherbox)
WeatherMixer.forceTimeAt = 23456
// load a half-gradient texture that would be used throughout the titlescreen and its sub UIs