what's wrond with radians?
Posted: Tue Nov 01, 2016 8:20 am
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:
So, what i should do in this case, gues?
When i install radian manually, all is good:
Code: Select all
if love.keyboard.isDown('r') then
player.x = height/2
player.y = width/2
player.XYspeed.X = 0
player.XYspeed.Y = 0
player.deg = math.pi
end