Package tiles

Class TilesystemSideScroll

java.lang.Object
tiles.TilesystemSideScroll

public class TilesystemSideScroll extends Object

Azurite

An example class of a platformer stage and it's tilemap. Eventually I think this should be expanded to a more general API, maybe even with a Scene dedicated to an in-engine way of constructing them (Mario Maker flavoured Azurite?), but that's likely a future plan; I, the mortal JavaDocumentator, don't have insight into the minds of the owners of this game engine (go ask Asher, idk).
See Also:
  • Constructor Details

    • TilesystemSideScroll

      public TilesystemSideScroll(Spritesheet s, int xTiles, int yTiles, int width, int height, GameObject c, int[] layers)
  • Method Details

    • getType

      public int getType(int worldX, int worldY)
    • getIndex

      public int[] getIndex(int worldX, int worldY)