Crash fix!

Crash bug found! In one of the last minute changes I apparently introduced a crash when loading level 4.

The fix is simple: In "source/Level/Level.py", in the load function, add ".strip()" to this line, like so:

if line.strip() == "" or line[0] == "#":