Loading
Dev Blog: Project Moldering

So, while designing levels in the level editor I was getting sick of scrolling through all the different tiles looking for the ones I wanted. So, I took matters into my own hands and created a class called Palette which extends Java’s JFrame. These little windows can be brought up allowing you to drag a collection of tiles/objects from the editor into them and use them from there.

Palette

The palettes can also be saved and there can be multiple on screen at any given time. It can be very useful to make different palettes for enemies, for different areas, or for anything and load them later.


Now, if I can find the time, I’m going to make a bunch of really useful palettes and save them all for when I want to do some serious level editing.

-James

Bookmark and Share