luciasoftware / lucia

An audio game engine written in python
GNU Lesser General Public License v3.0
33 stars 15 forks source link

More rotation fixes #26

Closed Amerikranian closed 4 years ago

Amerikranian commented 4 years ago

1: I merged the snap and turn functions. They were basically using the same code in a slightly different way and I wanted the file to look nicer. There was no need to have facing -= and facing += because += would work equally as well with negative values -- anyone who should be building a 3d game will understand how negative integers work, and anybody who doesn't should not be building a 3d game, just my thoughts. 2: The getdir function has been fixed. I re-coded it based upon the same BGT script, it made sense if you were to use the circle coordinates values, but it doesn't make sense now. From my testing, the function works as expected.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been closed due to inactivity.