Skip to content
#

tiled

Here are 88 public repositories matching this topic...

kevinkreiser
kevinkreiser commented Aug 26, 2020

Because the checking of current time is incapsulated in the thing that the test is testing, the test needs to do at least a copule tests that rely on the current time. The test was made to be robust to different times of day but there is a bug in the test where a certain time of day (the last several minutes before the hour i think) which causes the test to fail. we should fix that because it caus

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

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.