Which method can I use to rotate my CharacterBody2D (except using the rotate() function)?
Body
I am having some trouble recently with the rotate(rotation_speed) method and I believe it doesn’t work. My Character starts spinning at 1000 kph when I just set my “rotation_speed” variable to 1. Is there any other way to rotate my Character without going crazy