diff --git a/README_OLD.md b/README_OLD.md deleted file mode 100644 index fab7c743..00000000 --- a/README_OLD.md +++ /dev/null @@ -1,119 +0,0 @@ -PokéSprite – Image Sprite Generator -=================================== - -This simple script generates a *complete image sprite* of all Pokémon in the National Pokédex, along with the icons for every single in-game item. It also generates *SCSS and JS files* which can then be used to efficiently display the icons from the sprite on a website. - -
-
-
Note: work is underway to support Pokémon Sword/Shield.
- -Usage guide ------------ - -Displaying the sprites is a matter of adding an empty `` or `pkmn-name – Pokémon name* or Pokédex number
-* color-regular, color-shiny – shiny or regular icon
-* dir-left, dir-right – direction the icon faces (some Pokémon, such as Roselia, have a different icon when facing right—by default, those that do not have a separate icon will be flipped using the CSS `transform` attribute)
-* gender-male, gender-female – gender of the icon (in case of gender differences, such as Meowstic)
-* form-name – form of the Pokémon (e.g. `defense` for Deoxys, `a` or `exclamation` for Unown, `orange` for Flabébé, etc.)
-
-\**Note: for Pokémon names, simplified versions without special characters are used, e.g. "flabebe" rather than "Flabébé". See the [icon overview page](http://msikma.github.io/pokesprite/build/overview.html) for a full list of supported names.*
-
-The tag name used is also important: if a `` is used, the icon is displayed as an `inline-block`. If a `