Pixel Vision 8
Pixel Vision 8
Buttons should be able to display a down state similar to over. Simply switch out the over state for down if the mouse is down. Useful on the music tool...
Added octave min/max to GC Music Chip but for the parser to work it should be built into the music chip itself
Need to change the bg color limit to the total on the map editor tool because supported could cause issues if colors aren't always linear.
Need an alternative sprite parser that will just index the colors in each sprite and map them to the colors in the order that it finds them. While this wouldn't...
Need a way to display print statements over game UI when testing out in the GameCreator. Should show the last print statement to help with debugging.
Need to add the files sizes so when you get an error a game is too large to save you can see which file is causing the problem. 
Refactor sprite builder to use shorter rect names w, h instead of width, height, etc
Remove unique from sprite builder json file. Maybe add height?
Tool template demo, the stepper example's left arrow is not disabled