Skip to content
  • standart's avatar
    Add missing object attributes (#20) · 0d164fc2
    standart authored
    The tmx format supports for objects various attributes. id, gid, name and type were ignored by the parser.
    as an result it was not possible not possible to have objects which
    are using tiles because of the missing attribute gid.
    
    The enhanced parser is now parsing the additional attributes:
    *id  - object id,
    *gid - tile no
    *name- object name (property)
    *type- object type (property)
    0d164fc2
Loading