anton-johansson / 2d-game

Apache License 2.0
0 stars 0 forks source link

Map loading #5

Closed anton-johansson closed 7 years ago

anton-johansson commented 7 years ago

Write a format for storing maps. Doesn't have to be very good when it comes to file size, initially, so JSON or whatever would suffice. In the future, we can do a more file size efficient format.

Also write a good management for tilesets. Maps should be able to have multiple tilesets (we'd have to do one draw per tileset currently showing on the map.