fsharp-wolfenstein
fsharp-wolfenstein copied to clipboard
Browser version has glitches with keyboard
Approximately following process to replicate
- Press Left Arrow. Do not release.
- Wait until some glitch happens.
- Release Left arrow
- Press Right Arrow
- Release Right Arrow
Enjoy world spinning around you. Can be replicated with Up and Down as well.
Thanks - its on the backlog!
There is similar code in desktop\Program.fs, where both add_KeyDown and add_KeyUp have the same logic gameState <- controlStateHandlerResult gameState controlState
, but I could not reproduce the bug on the desktop.