Add ruins background
Before Width: | Height: | Size: 487 B After Width: | Height: | Size: 965 B |
Before Width: | Height: | Size: 806 B After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 936 B |
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 640 B |
|
@ -334,6 +334,7 @@ export function getBiomeHasProps(biomeType: Biome): boolean {
|
|||
case Biome.VOLCANO:
|
||||
case Biome.GRAVEYARD:
|
||||
case Biome.FACTORY:
|
||||
case Biome.RUINS:
|
||||
case Biome.WASTELAND:
|
||||
case Biome.ABYSS:
|
||||
return true;
|
||||
|
|