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

Feature/ninja convert tiledmap slopemap takes tilset indices #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feature/ninja convert tiledmap slopemap takes tilset indices #24

wants to merge 4 commits into from

Commits on Jan 30, 2015

  1. bugfix: slopeMap should map from tile.index

    Was using index of in tilemap, not index in tileset.
    Winston Wolff authored and Winston Wolff committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    fae1948 View commit details
    Browse the repository at this point in the history
  2. slopeMap expects tileset indices not map indices

    physics.ninja.convertTiledmap's slopeMap now expects a map of indices to the tileset instead of indices to the map.
    Winston Wolff authored and Winston Wolff committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    36b0f7f View commit details
    Browse the repository at this point in the history
  3. Remove debugging output.

    Winston Wolff authored and Winston Wolff committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    d451cb1 View commit details
    Browse the repository at this point in the history
  4. Tiles should have a link to body.

    Winston Wolff authored and Winston Wolff committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    33e856e View commit details
    Browse the repository at this point in the history