amethyst / rustrogueliketutorial

Roguelike Tutorial in Rust - using RLTK
MIT License
903 stars 156 forks source link

Rename remaining LeftWalker instances to LeftMover #189

Open helloitsjoe opened 2 years ago

helloitsjoe commented 2 years ago

There's some naming inconsistency between LeftMover and LeftWalker in chapter 2, this change renames all instances of LeftWalker to LeftMover.

Thanks for making this tutorial!