summaryrefslogtreecommitdiff
path: root/src/state.rs
AgeCommit message (Expand)Author
2019-07-23state -> world, moved struct members to privatetom barrett
2019-07-10animation now always works, added player spawntom barrett
2019-07-05now a cells struct whichs layers own, which takes from tileset tilestom barrett
2019-07-03refactored how entities worktom barrett
2019-07-02cargo updatedtom barrett
2019-07-02entities now spawn on pointstom barrett
2019-06-28unified interfacestom barrett
2019-06-27tiles can now animatetom barrett
2019-06-24now draws accurately depending on fliptom barrett
2019-06-22now draw at the tile leveltom barrett
2019-06-21cannot leave map boundrytom barrett
2019-06-20now goes through animation vectorstom barrett
2019-06-19can now move in anglestom barrett
2019-06-19camera now doesnt display unused maptom barrett
2019-06-18got drawing of charactertom 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