Sprite editor with puzzlescript import/export

100 views
Skip to first unread message

Boris van Schooten

unread,
May 30, 2016, 10:50:30 AM5/30/16
to PuzzleScript
Hi!  I made a little HTML spritesheet editor with Puzzlescript import/export functions. You can just copy the entire OBJECTS section into the textarea at the bottom and use puzzlescript->import. You can also export the entire spritesheet in a similar way. The editor supports naming sprites, and includes the default Puzzlescript palette. If you use colors from this palette, they will be named appropriately in the exported file, otherwise it will use hexcodes. 

The sprite editor is size agnostic. It will import/export Puzzlescript pixel grids of any size, not just 5x5. To make it compatible with Puzzlescript, resize the canvas first. Click on Settings. Then select tile width=5, tile height=5, then press the Set button to the right to resize the canvas.

Check the sprite editor out here:

http://tmtg.net/tinyspriteeditor/

Or hack it on Github:

https://github.com/borisvanschooten/tinyspriteeditor


Stephen Lavelle

unread,
May 30, 2016, 11:20:50 AM5/30/16
to Boris van Schooten, PuzzleScript
consider adding support for mouse movement rather than requiring individual clicks for every pixel

--
You received this message because you are subscribed to the Google Groups "PuzzleScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puzzlescript...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Boris van Schooten

unread,
May 30, 2016, 12:35:36 PM5/30/16
to PuzzleScript, borisvan...@gmail.com
Done! You can now drag with the mouse to draw pixels.
Reply all
Reply to author
Forward
0 new messages