選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12345678910111213
  1. ## Sprite Art and Mapper **(SAaM)**
  2. *SAaM* is an *Electron* desktop pixel sprite and tilemap editor.
  3. GOALS:
  4. * Create sprites of any size
  5. * Animate sprites
  6. * Use sprites in a tilemap
  7. * Create Tilemaps and Sprites at the same time
  8. * Save as a PNG of individual tiles and/or tilemap
  9. * Save as a JSON file contraining all project data which can then be used in 3rd party programs as desired.