Add new backgrounds
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 933 B |
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 969 B |
After Width: | Height: | Size: 908 B |
After Width: | Height: | Size: 768 B |
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 634 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 755 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 593 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 681 B |
After Width: | Height: | Size: 1005 B |
After Width: | Height: | Size: 818 B |
After Width: | Height: | Size: 637 B |
|
@ -312,10 +312,6 @@ export function getBiomeKey(biome: Biome): string {
|
|||
switch (biome) {
|
||||
case Biome.ABYSS:
|
||||
return 'wasteland';
|
||||
case Biome.MEADOW:
|
||||
return 'grass';
|
||||
case Biome.VOLCANO:
|
||||
return 'cave';
|
||||
case Biome.POWER_PLANT:
|
||||
return 'ruins';
|
||||
case Biome.FACTORY:
|
||||
|
@ -336,6 +332,9 @@ export function getBiomeHasProps(biomeType: Biome): boolean {
|
|||
case Biome.CAVE:
|
||||
case Biome.DESERT:
|
||||
case Biome.ICE_CAVE:
|
||||
case Biome.MEADOW:
|
||||
case Biome.VOLCANO:
|
||||
case Biome.GRAVEYARD:
|
||||
case Biome.WASTELAND:
|
||||
return true;
|
||||
}
|
||||
|
|