summaryrefslogtreecommitdiff
path: root/src/tile.rs
AgeCommit message (Collapse)Author
2019-07-13less codetom 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-04moved animation file, moved player function to enitity, tile now uses ↵tom barrett
animation, move drawing from npc tile player to animation
2019-07-02entities now spawn on pointstom barrett
2019-07-01simpilfied interfaces and added new xml propertiestom barrett
2019-06-28animation workingtom barrett
2019-06-28unified interfacestom barrett
2019-06-27Merge branch 'master' into feature/dudetom barrett
2019-06-27tiles can now animatetom barrett
2019-06-26now can parse tile propertiestom barrett
2019-06-24now draws accurately depending on fliptom barrett
2019-06-22now draw at the tile leveltom barrett