[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:
damocleas 2025-07-19 02:04:15 -04:00 committed by GitHub
parent 626eb3da87
commit 4f4ca5f0c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
## Backgrounds
- Squip (Paid Commissions)
- Contributions by Someonealive-QN
- Contributions by redactedinlight
## UI
- GAMEFREAK

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

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

View File

@ -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: