gamedev
I realize that the current respawning system (appearing in the same x-coordinate where you died) isn't going to work with my current level design, so now I'm making a checkpoint system instead.
The red bar with the blue stripe (doesn't actually show up in-game) indicates a checkpoint. The blue stripe indicates where the player will re-spawn while you only need to reach the red part to reach the checkpoint.
gamedev
Now you can change the tileset in the editor just by pressing X. It switches from space to ground. This also means I can edit space levels now.
I've included more object loading. I just need to implement one more in-game object.
gamedev
Finally got saving to work. You still can't load files in the level editor, but now you can load the levels in game. Once I implement loading files, I need to work on being able to change properties of game objects and the ability to change the tileset, BGM, and level boss.
gamedev
Added object placing. Still need to add saving/loading so it can be a true level editor.