summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-07-23state -> world, moved struct members to privatetom barrett
2019-07-07reorganizedtom 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-03refactored how entities worktom barrett
2019-07-02entities now spawn on pointstom barrett
2019-07-01simpilfied interfaces and added new xml propertiestom barrett
2019-06-22now draw at the tile leveltom 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-17moved state filetom barrett
2019-06-16layers now supportedtom barrett
2019-06-16created new parsertom barrett