boat: fix RUDDER_TURN_RATE
This commit is contained in:
parent
c56daa63e8
commit
e553c939c0
@ -16,7 +16,7 @@ local vct = vector
|
||||
local SAIL_ROT_RATE = 2
|
||||
local WIND_FACTOR = 0.05
|
||||
local RUDDER_LIMIT = 30 -- degrees
|
||||
local RUDDER_TURN_RATE = rad(5)
|
||||
local RUDDER_TURN_RATE = rad(10)
|
||||
local LONGIT_DRAG_FACTOR = 0.13*0.13
|
||||
local LATER_DRAG_FACTOR = 2.0
|
||||
local ROLL_RATE = rad(2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user