removed old hexley

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2620 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
donconso 2008-12-11 18:34:16 +00:00
parent 90ee7b89d4
commit a1524dc93e

View File

@ -45,7 +45,7 @@
(kart-defaults
(wheel-base 1.2 )
(heightCOG 0.2 )
(time-full-steer 0.3 )
(time-full-steer 0.15 )
(corn-f 4 )
(corn-r 4 )
@ -70,8 +70,8 @@
;; radius = wheel_base/sin(steering_angle)
;; By specifying the radius the steering behaviour can be defined
;; independent of the kart size.
(min-speed-radius 0 4.64)
(max-speed-radius 12 13.5)
(min-speed-radius 0 6.64)
(max-speed-radius 15 21.5)
;; Different engine powers for different difficulties:
;; hard, medium, low level order!
(engine-power 400 300 200 )