isometric_tile_map_component library
Classes
- Block
- This is just a pair of int, int.
- IsometricTileMapComponent
- This component renders a tilemap, represented by an int matrix, given a tileset, in witch the integers are the block ids.
- IsometricTileset
- This represents an isometric tileset to be used in a tilemap.