Hey everyone
I'm currently working on a Top Down Twin Stick Shooter. I want to move the player with the left stick and the direction of aiming with the right stick. It's pretty much the standard controls for top down shooters like "Enter the Gungeon".
I already have implemented some controls which do work but they are not perfect. My controls are not very smooth. It seems like the movement is always locked in one direction, so moving in circles is not easy. This is the code I already have:
dropbox.com/s/06m9ejv4ddyghxw/Gamepad_controls_screenshot.png
Can someone tell me how to get a smoother version of these controls? It would be perfect if the controls would be as good as in "Enter the Gungeon".