TitanPlayz100 / teti

Modern Tetris clone with many modes and customisations
https://titanplayz100.github.io/teti/
MIT License
17 stars 4 forks source link

lower case keypress detection #1

Closed existancepy closed 2 months ago

existancepy commented 2 months ago

Make gameplay-related keypress detections and keybind saves lower case. This address cases where shift is used as a keybind, which causes alphabet keys to become upper case and therefore not detectable.

Number of lines remain unchanged

TitanPlayz100 commented 2 months ago

looks good