Created a blank level in the editor and attempted to play it in the game:
[16/05/20 11:18:05] Fatal Error: System.Xml.XmlException thrown. no <brick> tags found in the level blank's xml.
Stack trace:
at LevelManager.ReadLevel(String levelFile, Boolean testLevel)
at LevelManager.GetNextLevel()
at GameLogic.Update(Keys keyboardState, Mouse mouseState)
at GameView.Update(Keys keyboardState, Mouse mouseState)
at Scene.Update(Keys keyboardState, Mouse mouseState)
at Game.Update()
at WinMain(HINSTANCE__* hInstance, HINSTANCE__* hPrevInstance, SByte* lpCmdLine, Int32 nCmdShow)
Created a blank level in the editor and attempted to play it in the game: