MichaelSinsbeck / platformer

A ninja platformer written in LÖVE
7 stars 0 forks source link

Final Level crashes #253

Closed davisdude closed 7 years ago

davisdude commented 9 years ago

After beating world 5 (the cloud level), a bridge to a new area appears a new level.

Image

When you try to play this level, you get this error:

Error

editor/editorMap.lua:1873: attempt to index local 'map' (a nil value)

Traceback:

editor/editorMap.lua:1873: in function 'loadFromFile'
scripts/fader.lua:74: in function 'switchToLevel'
scripts/faderl.lua:29: in function 'update'
main.lua:65: in function 'update'
[C]: in function 'xpcall'