Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add layer group object #60

Open
bcvery1 opened this issue Mar 27, 2019 · 0 comments
Open

Add layer group object #60

bcvery1 opened this issue Mar 27, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request priority:medium Required for this release

Comments

@bcvery1
Copy link
Owner

bcvery1 commented Mar 27, 2019

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
@bcvery1 bcvery1 added the enhancement New feature or request label Mar 27, 2019
@bcvery1 bcvery1 added this to the v0.4.0 release milestone Mar 27, 2019
@bcvery1 bcvery1 added priority:medium Required for this release and removed priority:medium Required for this release labels Apr 10, 2019
@bcvery1 bcvery1 self-assigned this Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:medium Required for this release
Projects
None yet
Development

No branches or pull requests

1 participant