Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Remove double invert in character.py #373

Open Sean-Nishi opened 8 months ago

Sean-Nishi commented 8 months ago

In character.py, the method get_angle_from_direction inverts the angle before returning it. However, set_image_rotation, which calls get_angle_from_direction, inverts the angle returned for left and down. Remove both inverts