8000 spritemaker/README.md at master · 2createStudio/spritemaker · GitHub
[go: up one dir, main page]

Skip to content
< 7FFF style> /* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

Latest commit

 

History

History
18 lines (13 loc) · 424 Bytes

File metadata and controls

18 lines (13 loc) · 424 Bytes

#Spritemaker#

##How to use?##

  1. Install GraphicsMagick.
  2. Download the latest version from /build folder.
  3. Unzip.
  4. Run start.bat

##How to build?##

  1. Install node.js and grunt.

  2. Clone this repository.

    git clone https://github.com/2createStudio/spritemaker.git
    
  3. Run grunt build from the command line.

0