Nightmoon Saga : Simple Dungeon Editor

Haven't had much time, but I managed to throw together a simple editor for my new dungeon crawler. It's not much to look at, but it does it's job well and will allow me to quickly create all the dungeons of the game.

Each dungeon is saved out as an individual file and up to 100 floors can be created for each dungeon. I only added the basic features needed to develop the dungeons and everything else will be controlled by the Event blocks that will call whatever code I need.

Now I need to finish the code that reads the dungeon files and generates the dungeons in-game.