Skip to content

A-Pix DS pre-release 0.4.2

Latest

Choose a tag to compare

@Alfombracitario Alfombracitario released this 19 Jul 05:07

Bug fix and new features!

I know, the last update was a few days ago, and we have another one?!

what did I add?

  • now there is a square that shows you where you are in the canvas, it hides after a few frames so don't worry about the preview!

what did I fix?

  • the animations NOW ARE WORKING! (read more about it above)
  • the off by one bug with the undo-redo is finally fixed!
  • the canvas in the top screen now is always centered!
  • Improved the performance: when you are making a new color, the app only updates if there is a change
  • optimized the grid

so about the animations..?

  • in order to make them work in the first place, I had to simplify them,
image Now, pressing these buttons will take you to the last frame, where you can add a new one or delete it. So yes: if you want to add a frame at any specific position, you have to move all the frames one by one using the copy-and-paste function. I know it’s not the ideal solution, but it’s better than having a system that doesn’t work properly. In the future, I’ll try to add the ability to insert frames and delete the currently selected frame.