mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.26k stars 1.76k forks source link

Refactored World management #4043

Closed bjorn closed 2 months ago

bjorn commented 2 months ago

This way it is more inline with how the other assets are managed. It also avoids silly issues, like a WorldDocument pointer not getting looked up successfully due to a file name mismatch.

Fixes #4042