Plane: reduced the speed acceleration and decelration can be done

This commit is contained in:
Erkki Seppälä 2014-10-19 02:35:14 +03:00
parent 1399759a0e
commit 30950bd9c0

View file

@ -24,8 +24,8 @@ local nor_frict_coeff = 2.0
local tail_frict_coeff = 0.3 local tail_frict_coeff = 0.3
local turn_speed = 2.0 local turn_speed = 2.0
local wing_lift = 0.1 * 5 local wing_lift = 0.1 * 5
local accel_speed = 1000.0 local accel_speed = 100.0
local decel_speed = 2000.0 local decel_speed = 200.0
local max_motorPower = ENGINE_MAX local max_motorPower = ENGINE_MAX
local plane_area = 10.0 local plane_area = 10.0
local head_area = 1.0 local head_area = 1.0