summaryrefslogtreecommitdiff
path: root/src/tile.rs
AgeCommit message (Expand)Author
2020-03-25cargo update & lintTom Barrett
2019-07-22cleanuptom barrett
2019-07-13frame delay can now be randomizedtom barrett
2019-07-13fmttom barrett
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 animati...tom barrett
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