Bugfix: incorrect turn radius parameters.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2488 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
8cbf65021c
commit
9421059a8d
@ -74,8 +74,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 19 )
|
||||
(max-speed-radius 12 6.4)
|
||||
(min-speed-radius 0 4.64)
|
||||
(max-speed-radius 12 13.5)
|
||||
(engine-power 400 )
|
||||
(mass 225 )
|
||||
(suspension-stiffness 48.0 )
|
||||
|
Loading…
Reference in New Issue
Block a user