increase pitch command

master
Alexsandro Percy 2021-12-06 19:31:05 -03:00
parent 95f41dc110
commit b4d6769ef4
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function supercub.control(self, dtime, hull_direction, longit_speed, longit_drag
end
function supercub.set_pitch(self, dir, dtime)
local pitch_factor = 5
local pitch_factor = 5.5
if dir == -1 then
self._elevator_angle = math.max(self._elevator_angle-pitch_factor*dtime,-supercub.elevator_limit)
elseif dir == 1 then