plane: slightly reduced wing lift

This commit is contained in:
Erkki Seppälä 2014-10-20 23:42:57 +03:00
parent 0270b68460
commit a67777dc32

View file

@ -63,7 +63,7 @@ local nor_frict_coeff = 0.8
local tail_frict_coeff = 0.4
local tail_area = 5.0
local turn_coeff = 500.0
local wing_lift = 0.5
local wing_lift = 0.3
local accel_speed = 400.0
local decel_speed = 400.0
local max_motorPower = ENGINE_MAX