more canisters

This commit is contained in:
minjaesong
2025-04-29 22:59:26 +09:00
parent 488a214a19
commit 5495e017d5
6 changed files with 93 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ class EntryPoint : ModuleEntryPoint() {
ModMgr.GameLanguageLoader.invoke(moduleName)
ModMgr.GameAudioLoader.invoke(moduleName)
ModMgr.GameWeatherLoader.invoke(moduleName)
ModMgr.GameCanistersLoader.invoke(moduleName)
WeatherCodex.weatherById["titlescreen"] =
WeatherCodex.getById("generic01")?.copy(identifier = "titlescreen", windSpeed = 1f) ?: WeatherMixer.DEFAULT_WEATHER