-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|456|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Blogs Home -> Blogs


 
Pakz
Created : 05 June 2019
 

Sprite Editor for Monkey2



Emscripten version


I started this at noon time. I quite like the idea of having a sprite editor to go with the language I am using. I have yet to figure out how to load files with Monkey2(or monkeyx for that matter) so this one copies the current sprite data as a array into the clipboard buffer. This can be copied directly in the ted2go editor.

I am using the pico8 sprite editor as a example.

I have various tool options implemented already. Pencil, erase, line, fill, selection, copy, paste, cut. The clipboard(not sure on emscripten) is the 'c' key on the currently active sprite.

currently 8x8 dimension and 16 color c64 palette.

Check it out!

 

Comments


Thursday, 06 June 2019, 03:12
therevillsgames
Nice!
Thursday, 06 June 2019, 03:17
Pakz
Ok, that is a good explanation. Thnx
Thursday, 06 June 2019, 03:38
Pakz
Did your text just disappear??
Thursday, 06 June 2019, 15:13
therevillsgames
?? Strange, must have accidentally deleted it sorry.

The GitHub repo example is here https://github.com/therevills/Insectoids