nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Try Using Ctrl Instead of Alt #372

Closed nsmryan closed 2 years ago

nsmryan commented 2 years ago

Alt causes problems in the Unity editor with selecting from the menu bar.

Try to use ctrl instead.

nsmryan commented 2 years ago

This is implemented in a branch called ctrl.

The only problem I've come across is that you could previously hold control and press a direction to interact in that direction. This no longer works, because ctrl changes your movement move into sneaking instead. This doesn't seem like much of a loss. You can just interact with 'e' and then choose a direction anyway. I think this was a remnant from old input code?