I just picked up Phaser 3 today (following through the pdf booklet, currently implemented player movement with CursorKeys), and it’s been really awesome so far learning the framework! It’s been on my mind to learn Javascript for a while, so it has been really fulfilling to finally use it.
The only weird bug that I got from it though, is sometimes the keys stick down for seemingly no reason. Most of the time it’s fine, so I wonder if perhaps it might be Firefox acting weird? Is there a better means of input object I should use rather than Phaser.Types.Input.Keyboard.CursorKeys? Or could I just be missing something?
I really love the framework so far though, I look forward to learning more about it. ^^