Merge pull request #56 from coltongit/proceduralspinda

Added blank and filled Spinda sprites (groundwork for procedural Spinda spots)
This commit is contained in:
Michiel Sikma
2020-03-06 17:01:06 +01:00
committed by GitHub
15 changed files with 22 additions and 2 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

View File

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