Plane: adjusted physics parameters

This commit is contained in:
Erkki Seppälä 2014-10-19 02:50:47 +03:00
parent 0b91e40954
commit a58a36803f

View file

@ -21,9 +21,9 @@ end
local fwd_frict_coeff = 0.3
local nor_frict_coeff = 2.0
local tail_frict_coeff = 0.3
local tail_frict_coeff = 10.4
local turn_speed = 2.0
local wing_lift = 0.1 * 5
local wing_lift = 0.1 * 3
local accel_speed = 100.0
local decel_speed = 200.0
local max_motorPower = ENGINE_MAX