categoryFromString top-level property

Map<String, Category> categoryFromString
getter/setter pair

get the category from a string - i.e. from reading xml

Implementation

Map<String, Category> categoryFromString = {
  "simpletiled": Category.simpletiled,
  "overlapping": Category.overlapping,
};