Due to necessary changes in the file format, projects created in the beta versions can unfortunately not be opened in 1.0. In future versions, backwards compatibility will be a priority!
Some highlights of the new version:
-Improved editor usability
-Improved support for physical controllers
-A new 8x8 tile mode
-Custom wavetables for sound/music
@DoublePickaxe @spacesandwich_ The SetDrawOrigin() function helps a lot with scrolling. It offsets all subsequent drawing operations by a given x and y distance. This way, you can draw your graphics in "world" coordinates, but still have them correctly scrolled on screen.
In between developing features for the FC_builder editor, I like to build little mockups and prototypes to get a feeling for how the tools work in practice. Here is a small RPG-style dialogue system. Fun stuff! #famicube