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 basic documentation #2

Open
timothymtorres opened this issue Jan 16, 2019 · 0 comments
Open

Add basic documentation #2

timothymtorres opened this issue Jan 16, 2019 · 0 comments
Labels
👍 improvement Make something work better

Comments

@timothymtorres
Copy link
Collaborator

I noticed the doc folder is gone. Not sure if that was intentional or not, but I think the project could benefit from some basic documentation. You should also include documentation for what properties a object/layer/map table contains. This will be useful for when people are creating (whatever kind of) objects to look at a table they can reference.

Ie.

    local fake_object_json_data = {
      gid = 1075,
      height = 32,
      width = 32,      
      name = "foo",
      rotation = 0,
      type = "blah",
      visible = true,
      x = 0, 
      y = 0,
      properties = {},
    }
@ldurniat ldurniat added the 👍 improvement Make something work better label Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 improvement Make something work better
Projects
None yet
Development

No branches or pull requests

2 participants