solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
712 stars 133 forks source link

Circle movement: missing function get_current_angle() #1090

Closed christopho closed 6 years ago

christopho commented 7 years ago

A function to get the current angle relative to the center of the circle is missing. circle_movement:get_current_angle()

Even though it is easy to get: sol.main.get_angle(center_x, center_y, movement_x, movement_y)

christopho commented 6 years ago

We will already do circle_movement:set/get_angle() with #1116, so we can close this issue.