Log In  

Hey all. I was trying to create some sprites which would tile on the screen. I was looking for some sort of editor that would help me draw some easily but couldn't find anything.

Anyways, I started working on a little web tool where you can draw wrapping sprites. Check it out:
https://js-6sn6pg.stackblitz.io/

You can draw on either canvas. Kind of rough at the moment but functional. No export functionality yet. For me, this is mostly a way to visualize tiling sprites easily.

P#51698 2018-04-16 16:40 ( Edited 2018-04-17 09:07)

All you'd need for export is to have the gfx-tagged hex string for the sprites on the page, really.

I think the format is (use square brackets instead of parens):

(gfx)wwhhpppppp....p(/gfx)

Where the first two nybbles are the width, the second two are the height, and the p nybbles are the pixel values in raw linear format.

Then someone can just highlight it and copy/paste into PICO-8.

You can set the font size really small to make it easy to select. This is what zep does when you click "Copy" under a cart on the BBS.

P#51714 2018-04-17 05:07 ( Edited 2018-04-17 09:10)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-18 06:57:16 | 0.005s | Q:11