Add construction site arena background
This commit is contained in:
parent
f029f450fe
commit
f0060e47a7
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 868 B |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 649 B |
|
@ -517,7 +517,6 @@ export function getBiomeKey(biome: Biome): string {
|
|||
case Biome.POWER_PLANT:
|
||||
return 'ruins';
|
||||
case Biome.METROPOLIS:
|
||||
case Biome.CONSTRUCTION_SITE:
|
||||
return 'slum';
|
||||
case Biome.JUNGLE:
|
||||
return 'tall_grass';
|
||||
|
@ -544,6 +543,7 @@ export function getBiomeHasProps(biomeType: Biome): boolean {
|
|||
case Biome.RUINS:
|
||||
case Biome.WASTELAND:
|
||||
case Biome.ABYSS:
|
||||
case Biome.CONSTRUCTION_SITE:
|
||||
case Biome.FAIRY_CAVE:
|
||||
case Biome.TEMPLE:
|
||||
case Biome.LABORATORY:
|
||||
|
|
Loading…
Reference in New Issue