Skip to content
#

gamedev-library

Here are 74 public repositories matching this topic...

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

enhancement good first issue priority:medium

Improve this page

Add a description, image, and links to the gamedev-library 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 gamedev-library topic, visit your repo's landing page and select "manage topics."

Learn more