Add Ice Cave background
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1022 B |
After Width: | Height: | Size: 522 B |
After Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 638 B |
|
@ -334,6 +334,7 @@ export function getBiomeHasProps(biomeType: Biome): boolean {
|
|||
case Biome.BADLANDS:
|
||||
case Biome.CAVE:
|
||||
case Biome.DESERT:
|
||||
case Biome.ICE_CAVE:
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|