您最多选择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.