Skip to content
#

tiled

Here are 84 public repositories matching this topic...

Relequestual
Relequestual commented Feb 14, 2019

On the documentation website, the "install to dash" button has the URL...
file:///Users/michael/git/SKTiled/docsets/SKTiled.xml.
Obviously this is wrong.
It should be https://mfessenden.github.io/SKTiled/docsets/SKTiled.xml or probably /SKTiled/docsets/SKTiled.xml.

It looks like this is a generation setting, as it's included in every HTML file in the gh-pages branch, so I guess I can'

tilepix
bcvery1
bcvery1 commented Apr 5, 2019

TilePix only supports orthogonal maps (currently - hopefully we'll be able to support other types in the future). A sensible error should be returned on Reading a map which doesn't have orientation="orthogonal".

Need to set up a constant for each type:

  • orthogonal
  • hexagonal
  • isometric
  • staggered

Then, using a switch statement, check against each, returning an error if not

timothymtorres
timothymtorres commented Jan 16, 2019

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_

Improve this page

Add a description, image, and links to the tiled topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tiled topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.