Description
We've changed "maps" to "levels" for consistency and to avoid confusion with Js Maps, but the levels are still stored in the public/resources/maps/ folder. We should change this and make sure the client doesn't hard-code the path while we're at it.
Minimum Acceptance Criteria
[x] The maps/ folder should be renamed to levels/.
[ ] The client should refer to the config file for the level download location.
Description We've changed "maps" to "levels" for consistency and to avoid confusion with Js Maps, but the levels are still stored in the
public/resources/maps/
folder. We should change this and make sure the client doesn't hard-code the path while we're at it.Minimum Acceptance Criteria
maps/
folder should be renamed tolevels/
.