summaryrefslogtreecommitdiff
path: root/src/player.rs
AgeCommit message (Collapse)Author
2022-02-022022 updateHEADmasterTom Barrett
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-04moved animation file, moved player function to enitity, tile now uses ↵tom barrett
animation, move drawing from npc tile player to animation
2019-07-04better namingtom barrett
2019-07-03refactored how entities worktom barrett
2019-07-02cargo updatedtom barrett
2019-07-01simpilfied interfaces and added new xml propertiestom barrett
2019-07-01having idle states for each directiontom barrett
2019-06-28animation workingtom barrett
2019-06-28unified interfacestom 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