New demo with fully functional level editor!
As a warning, I haven't run into any nasty crashes with this specific build of the game, but I won't be responsible for any damages
Again, only one built-in level for playing. This is more a demo of the level editor, and a chance for level designers to start playing around with it. On that note, here are some instructions for using the level editor.
On the main screen, go to Maker. (The About page isn't implemented yet so it does basically the same thing, with a glitch here and there
)
The next page is the level pack select screen. The first option allows you to create a new level, for which you need to specify the
name of the level and the
password for editing.
The final page is the level select screen. There is one empty level by default. Press + to create a new level, - to delete a level, 2nd to start editing, and CLEAR to go back.
When you're actually editing a level, press Mode to access the toolbar (or just use TRACE/GRAPH to swap blocks quickly), 2nd to put down a block, DEL to clear a block (same as adding a blank block), ENTER to save immediately, and CLEAR to quit.
Essential features that will be implemented in the next version are * to move a level down and ÷ to move a level up.
Another essential feature is to be able to quickly test levels while editing them, but I haven't figured out the best key for doing that yet.
The level is stored as an appvar named the same as the level itself, and it
will overwrite any existing such appvar. Feel free to start designing levels—the appvar structure will remain intact for future versions, and if you have any you're proud of you can just post them in a separate topic in this forum
EDIT: Removed download due to possible memory leak, will upload fixed version later today.