mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +02:00
[Art][Sprite] Improve Plains Background, add Biome Props (#6118)
* Plains Background Improvement, add Props * Update CREDITS.md for new biome assets * Update flower and everstone props
This commit is contained in:
parent
626eb3da87
commit
4f4ca5f0c7
@ -40,6 +40,7 @@
|
||||
## Backgrounds
|
||||
- Squip (Paid Commissions)
|
||||
- Contributions by Someonealive-QN
|
||||
- Contributions by redactedinlight
|
||||
|
||||
## UI
|
||||
- GAMEFREAK
|
||||
|
BIN
public/images/arenas/plains_b_1.png
Normal file
BIN
public/images/arenas/plains_b_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
public/images/arenas/plains_b_2.png
Normal file
BIN
public/images/arenas/plains_b_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
public/images/arenas/plains_b_3.png
Normal file
BIN
public/images/arenas/plains_b_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.4 KiB |
@ -925,6 +925,7 @@ export function getBiomeKey(biome: BiomeId): string {
|
||||
|
||||
export function getBiomeHasProps(biomeType: BiomeId): boolean {
|
||||
switch (biomeType) {
|
||||
case BiomeId.PLAINS:
|
||||
case BiomeId.METROPOLIS:
|
||||
case BiomeId.BEACH:
|
||||
case BiomeId.LAKE:
|
||||
|
Loading…
Reference in New Issue
Block a user