Hello, thanks! I've added a bunch of screenshots to the first post. Check them out! Yesterday and today I've been working on a few things.
First of all, I did some coding on the menu. Although it tends to be a bad habit to code a menu first, I like to do this because it allows me to get a feel for the visual style of my game. A menu is an easier playground for a visual style than an area with gameplay simply because a menu relies on the visuals to "work". I decided to use a simple style that made up of black, blue, and green colors. I stopped work on the menu after the first day however

I also started working on the game engine. There is no gameplay yet, but I've got a pretty good idea of what I want it to be like at this point. I'm coding a level editor ingame out of the need for it. The level data is in a grid, so the editor just saves the array to a datafile using matrix1 commands and loads them later. I believe this functionality is in Matrix1Util_29, if anyone's wondering.
Overall, I'm happy with the progress so far. I've surprised myself

Watch this spot!