amethyst / rustrogueliketutorial

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

chapter 7: fix diagonal keybindings #185

Open Pawka opened 2 years ago

Pawka commented 2 years ago

Swap "Y" and "U" keys to match correct diagonal directions.

The "Y" key on QWERTY layout is supposed to move top-left direction which is Numpad 7. Meanwhile "U" must act as Numpad 9.

Only book contents needs to be updated - source is correct.