Pixel Vision 8

Results 66 issues of 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...

enhancement

Added octave min/max to GC Music Chip but for the parser to work it should be built into the music chip itself

enhancement

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.

enhancement

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...

enhancement

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.

enhancement

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. ![image](https://user-images.githubusercontent.com/24598054/33524701-8a30fa3a-d7d6-11e7-8838-91510f219d2a.png)

enhancement

Refactor sprite builder to use shorter rect names w, h instead of width, height, etc

enhancement

Remove unique from sprite builder json file. Maybe add height?

enhancement

Tool template demo, the stepper example's left arrow is not disabled

bug

Need to add total tracks to sound.json file

enhancement