You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needs to be in new file, the struct should implement Stringer, as the other objects do.
Add a test tmx file to testdata and ensure it is read. Also need additional test file with any specific LayerGroup exported functions tested (String() excluded).
Struct should have the following methods:
String() string - returns human readable representation of the object
setParent(*Map) - sets the parent map, and sets parent map of all children, where appropriate
GetXLayerByName(string) X - same as those on Map, need to be able to get all three layer types
The text was updated successfully, but these errors were encountered:
Needs to be in new file, the struct should implement
Stringer
, as the other objects do.Add a test tmx file to testdata and ensure it is read. Also need additional test file with any specific
LayerGroup
exported functions tested (String()
excluded).Struct should have the following methods:
String() string
- returns human readable representation of the objectsetParent(*Map)
- sets the parent map, and sets parent map of all children, where appropriateGetXLayerByName(string) X
- same as those onMap
, need to be able to get all three layer typesThe text was updated successfully, but these errors were encountered: