Add wasteland background
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 780 B After Width: | Height: | Size: 1.6 KiB |
BIN
public/images/arenas/wasteland_b_1.png
Normal file
After Width: | Height: | Size: 525 B |
BIN
public/images/arenas/wasteland_b_2.png
Normal file
After Width: | Height: | Size: 553 B |
BIN
public/images/arenas/wasteland_b_3.png
Normal file
After Width: | Height: | Size: 971 B |
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 641 B |
@ -336,6 +336,7 @@ export function getBiomeHasProps(biomeType: Biome): boolean {
|
||||
case Biome.CAVE:
|
||||
case Biome.DESERT:
|
||||
case Biome.ICE_CAVE:
|
||||
case Biome.WASTELAND:
|
||||
return true;
|
||||
}
|
||||
|
||||
|