Nice one with polished visuals and sounds. However there's something that bothers me is that if i move the character it moves the cursor also. After you make a mouse movement you can get the controls back. This looks like a parent child object issue but overall the game is good. Well done.
Viewing post in Quantum Javelin jam comments
The cursor movement was an intentional decision. The cursor is not a child of the player and there are a couple tweaks to clamp it away from the window borders. The main goal was to make it work properly with the dash mechanic as it ensures that you are still pointing the same way your were before dashing, otherwise often you’d get flipped around. I overlooked the impact on shooting and I may need to rethink that going forward. Thanks for your comments, these give us great motivation to continue improving the game.