Commit graph

5 commits

Author SHA1 Message Date
453a9391cc
Allow interacting with entities 2018-11-09 13:27:49 +01:00
9be9f8e739
Read collision barriers from map file 2018-11-05 01:28:35 +01:00
af04cbe359
view: refactor generic parts of MapView into a TileView 2018-10-31 14:24:38 +01:00
4b680776a3
MapLoader: use square tile texture rather than long Nx1 rectangle
By placing the tiles in a square texture, the dimensions are bounded by the
square root of the dimension in the old solution. This way we can fit a
significantly higher number of tiles into it without using up all the
accuracy of the coordinates.
2018-10-26 23:11:14 +02:00
9770eaf432
Throw in tslint and fix style 2018-10-24 22:28:27 +02:00