summaryrefslogtreecommitdiff
path: root/src/map.rs
AgeCommit message (Expand)Author
2019-08-19created abstraction between world and game, added temlate for dialogtreestom barrett
2019-07-10animation now always works, added player spawntom barrett
2019-07-07reorganizedtom barrett
2019-07-05now a cells struct whichs layers own, which takes from tileset tilestom barrett
2019-07-05removed math, operable to map and layers, on the way to merging tile and frametom barrett
2019-07-02entities now spawn on pointstom barrett
2019-06-27tiles can now animatetom barrett
2019-06-26now can parse tile propertiestom barrett
2019-06-22now draw at the tile leveltom barrett
2019-06-22reordered layers, now added rotation of tiles, fixed tileset mapping bugtom barrett
2019-06-19camera now doesnt display unused maptom barrett
2019-06-18much better way of receiving xmltom barrett
2019-06-18added camera struct, moved map drawing to map struct, now draws a character t...tom barrett
2019-06-16movement of cameratom barrett
2019-06-16layers now supportedtom barrett
2019-06-16created new parsertom barrett