yonigibbs / yaet

Yet another Elm Tetris
10 stars 0 forks source link

consider up key for rotation #8

Closed francisdb closed 3 years ago

francisdb commented 3 years ago

most Tetris versions I played allow using up for clockwise rotation

yonigibbs commented 3 years ago

Hey @francisdb. Thanks for logging the issue! I believe what you're looking for can already be done: on the main screen click the Settings button, then click on the current key binding for the "rotate clockwise" action ("X" initially). You'll then be able to assign any key you want. This is saved to local storage so once you've done it once it should persist for that browser. Let me know if you come across any problems with this.