Merge pull request #56 from coltongit/proceduralspinda
Added blank and filled Spinda sprites (groundwork for procedural Spinda spots)
@@ -9906,13 +9906,32 @@
|
||||
"$": {
|
||||
"has_female": false,
|
||||
"has_right": false
|
||||
},
|
||||
"blank": {
|
||||
"has_female": false,
|
||||
"has_right": false,
|
||||
"is_unofficial_icon": true
|
||||
},
|
||||
"filled": {
|
||||
"has_female": false,
|
||||
"has_right": false,
|
||||
"is_unofficial_icon": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"gen-8": {
|
||||
"forms": {
|
||||
"$": {
|
||||
"is_prev_gen_icon": true
|
||||
"is_prev_gen_icon": true,
|
||||
"is_unofficial_icon": true
|
||||
},
|
||||
"blank": {
|
||||
"is_prev_gen_icon": true,
|
||||
"is_unofficial_icon": true
|
||||
},
|
||||
"filled": {
|
||||
"is_prev_gen_icon": true,
|
||||
"is_unofficial_icon": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
icons/pokemon/regular/spinda-blank.png
Normal file
|
After Width: | Height: | Size: 338 B |
BIN
icons/pokemon/regular/spinda-filled.png
Normal file
|
After Width: | Height: | Size: 343 B |
BIN
icons/pokemon/shiny/spinda-blank.png
Normal file
|
After Width: | Height: | Size: 350 B |
BIN
icons/pokemon/shiny/spinda-filled.png
Normal file
|
After Width: | Height: | Size: 361 B |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pokesprite-images",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Database project of box and inventory sprites from the Pokémon core series games",
|
||||
"private": true,
|
||||
"files": [
|
||||
|
||||
BIN
pokemon-gen7x/regular/spinda-blank.png
Normal file
|
After Width: | Height: | Size: 391 B |
BIN
pokemon-gen7x/regular/spinda-filled.png
Normal file
|
After Width: | Height: | Size: 398 B |
BIN
pokemon-gen7x/shiny/spinda-blank.png
Normal file
|
After Width: | Height: | Size: 403 B |
BIN
pokemon-gen7x/shiny/spinda-filled.png
Normal file
|
After Width: | Height: | Size: 415 B |
BIN
pokemon-gen8/regular/spinda-blank.png
Normal file
|
After Width: | Height: | Size: 391 B |
BIN
pokemon-gen8/regular/spinda-filled.png
Normal file
|
After Width: | Height: | Size: 398 B |
BIN
pokemon-gen8/shiny/spinda-blank.png
Normal file
|
After Width: | Height: | Size: 403 B |
BIN
pokemon-gen8/shiny/spinda-filled.png
Normal file
|
After Width: | Height: | Size: 415 B |
@@ -137,6 +137,7 @@ For a better example of what many adjacent sprites look like with this setup, se
|
||||
* **[PKHeX](https://github.com/kwsch/PKHeX)** – Pokémon save file editor
|
||||
* **[PikaSprite](https://github.com/arcanis/pikasprite)** – a different interface for PokéSprite sprites
|
||||
* **[DexTool](https://github.com/PoshoDev/DexTool)** – management tools for a Pokémon living Dex, shiny hunting and streaming
|
||||
* [Spinda Painter](https://msikma.github.io/spinda-spots/) – proof of concept for displaying accurate Spinda spots on its box sprite
|
||||
* Many Google Sheets used by Pokémon traders
|
||||
|
||||
If your project uses PokéSprite and you'd like to be added to this list, feel free to [open an issue](https://github.com/msikma/pokesprite/issues) to request it.
|
||||
|
||||