Search found 1 match
- Tue Nov 01, 2016 8:20 am
- Forum: Support and Development
- Topic: what's wrond with radians?
- Replies: 1
- Views: 2797
what's wrond with radians?
so, i decided to create a simple space shooter, where you drive you space ship. In development process, i had a problem with this engine's strange radian system: er1.png When i install radian manually, all is good: if love.keyboard.isDown('r') then player.x = height/2 player.y = width/2 player.XYspe...