Log In  


Simple Background Editor!

NOTE - "tile" mode is just for debugging how it will look against a tilemap, its not saved to the background

controls are explained inside the tool, you can also right click to copy the color the cursor is over!
once you save the background, it will be copied to your clipboard as a string to use.

Cart #bg_editor-0 | 2024-05-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

Background Usage Example!

open this project in pico-8 to see how to implement these backgrounds, theyre fast n' cheap!

Cart #simplified_background_template-0 | 2024-05-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

17


1

thank you sincerely.


format is
'x, y, radius, color' for circles
'x1, y1, x2, y2, color' for rectangles

and you just add an extra '1' to the end of these to turn them into their outline counterparts

then put '|' between them

this can also be used for things like plant matter and similar foreground effects


simplified the template using the background, thanks to Howf Wuff



1

hey so the bg editor doesn't recognize tiles for some reason?
idk if I messed up something


the tiles are not part of the background currently, theyre for recreating level layouts so you can design the background around them


idk if thats a me-issue but "q" to undo doesnt seem to work, so does every other key i tried. kinda sad as this is by far the best bg editor i found, but not being able to undo any misclicks is kind of a dealbreaker for me :/

alr nvm it works, for some reason w and q were swtiched for me, probably has something to do with regional keyboard layouts, thanks for the editor!



[Please log in to post a comment]