Add abyss background
This commit is contained in:
parent
6b1f96e0c1
commit
59c63234a5
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 631 B |
|
@ -312,8 +312,6 @@ export class Arena {
|
|||
|
||||
export function getBiomeKey(biome: Biome): string {
|
||||
switch (biome) {
|
||||
case Biome.ABYSS:
|
||||
return 'wasteland';
|
||||
case Biome.POWER_PLANT:
|
||||
return 'ruins';
|
||||
case Biome.END:
|
||||
|
@ -337,6 +335,7 @@ export function getBiomeHasProps(biomeType: Biome): boolean {
|
|||
case Biome.GRAVEYARD:
|
||||
case Biome.FACTORY:
|
||||
case Biome.WASTELAND:
|
||||
case Biome.ABYSS:
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue