andrew-vant / romtool

A game-independent ROM editing tool
0 stars 0 forks source link

Separate import of map definition from map intializtion. #5

Open andrew-vant opened 9 years ago

andrew-vant commented 9 years ago

i.e. the bit that reads the file should be separated from the bit that initializes the map object, so that we can support multiple input formats in future.

Probably the map object should be initialized from a list of ordered dicts or similar.