mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-28 20:44:47 +01:00
Add some new battle backgrounds
This commit is contained in:
parent
f98a271ca0
commit
6e6d54cbbb
public/images/arenas
src
Binary file not shown.
Before ![]() (image error) Size: 499 B After ![]() (image error) Size: 1.1 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 969 B After ![]() (image error) Size: 2.1 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 624 B After ![]() (image error) Size: 639 B ![]() ![]() |
BIN
public/images/arenas/town_a.png
Normal file
BIN
public/images/arenas/town_a.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.2 KiB |
BIN
public/images/arenas/town_b.png
Normal file
BIN
public/images/arenas/town_b.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.2 KiB |
BIN
public/images/arenas/town_bg.png
Normal file
BIN
public/images/arenas/town_bg.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 643 B |
@ -99,8 +99,6 @@ export class Arena {
|
||||
|
||||
getBiomeKey(): string {
|
||||
switch (this.biomeType) {
|
||||
case Biome.TOWN:
|
||||
return 'plains';
|
||||
case Biome.TALL_GRASS:
|
||||
return 'grass';
|
||||
case Biome.CITY:
|
||||
|
@ -36,8 +36,6 @@ export enum Biome {
|
||||
|
||||
export function getBiomeName(biome: Biome) {
|
||||
switch (biome) {
|
||||
case Biome.TOWN:
|
||||
return 'TOWN';
|
||||
case Biome.GRASS:
|
||||
return 'GRASSY FIELD';
|
||||
case Biome.RUINS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user