can you plz add keybind option so i can change w a s d to the arrows
It would be great to have keybinds, but until then you can fix this really easily using AutoHotKey. In fact it's so easy I just went ahead and wrote the script in a couple of seconds.
To do it, just install AutoHotKey - it's easy to find by googling - then open a file in notepad and paste in these four lines:
Up::W
Down::S
Left::A
Right::D
This code tells AHK to replace the key on the left with the key on the right when it's typed.
Save that file as something like wasdarrows.ahk, then double click it to run it. You can test if it's working in notepad. I just tried it and it works in this game.
Then when you're done there should be a green icon with an H in it in the tray on the taskbar. Just right click that and exit and you've got your arrow keys back!