A First devlog - Painting with attributes


Welcome to the first Prism devlog.   

If you've been playing with Prism, hopefully you've discovered the Paint program that's included.  If not, just run("paint") at the command line.

It's pretty rudimentary as yet, but demonstrates how the colour attributes work, and lets you paint some tilesets in a manner that's simpler than trying to figure out the colour format of tiles.png directly (I'll talk about that some other time!)

On the right you'll see a basic toolbar.  Not all of the tools function yet, but the image shows those that do.  

  • At the very bottom you can chose the current 'a', 'b' and 'c' colours (think background, foreground and accent colours.)  Each 8x8 cell on the screen has three of the eight standard colours. 
  • Above that shows the sixteen colour palette for the cell, made up of a range of blends between the three "primary" colours for the cell.
  • The brightness slider picks between one of the 16 brightness levels each cell can have.
  • Sketch and Draw let you paint pixels - either a dotted or continuous line.
  • Attribute picker lets you sample the attributes for the cell under the cursor - this makes it simpler to copy/paste attributes
  • Attribute Stamp lets you "paste" the current attributes to the cell you click, without changing any pixels.
  • Attribute Lock prevents the current attributes getting applied when you paint - this is handy to prevent the attributes getting changed accidentally.

There are also some handy keyboard shortcuts

  • ZXKM  scroll the viewport (so that you can see the whole 512x512 tile map)

  • S and L save and load the currently modified tilemap (and attributes) to paint.png and paint.txt in the filesystem folder.  These can be copied out for use in your own games and applications.  (This is currently very placeholder - I'll be adding a proper load/save UI and utility functions for loading and saving tilesets with attached attributes later on!)

Happy painting - I'd love it to see any pixel art people have created themselves!

Files

prism-384-win32-prealpha.zip 2 MB
Version 1010 Apr 02, 2018

Get Prism-384

Buy Now$5.00 USD or more

Leave a comment

Log in with itch.io to leave a comment.