I started working on a Sprite editor a couple of days ago. I have based it on the pico8 sprite editor. It has no save or import feature at the moment. It does export the current sprite to the clipboard buffer as a monkey2 array of arrays(c key)
The sprites at the moment have 16 possible colors which are the c64 palette. 8x8 in dimension. There are 4x*40 sprites possible.
There are a bunch of tools for editing. A map editor is also present.
https://cromdesi.home.xs4all.nl/emscripten/spriteeditor/Untitled1.htmlCurrently I stil need to update the selection tool to work with negative selections. Other quirks might also still be present.
On my github the sourcecode(monkey2) can be found. (user pakz001)
I have no idea how far I wil go with this editor. I wrote down several ideas in the code. I mainly want to use it to copy sprite data into my monkey2 projects.
Note that the emscripten version has no copy to clipboard option.