Made wheelies usable at 70% of the top speed, since it seems impossible to use them if you need 90% of the maximum speed.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1380 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2008-01-10 02:04:35 +00:00
parent bd3ab7926f
commit fea26afba1

View File

@ -52,7 +52,7 @@
(time-full-steer 0.3 ) (time-full-steer 0.3 )
(corn-f 4 ) (corn-f 4 )
(corn-r 4 ) (corn-r 4 )
(wheelie-max-speed-ratio 0.9 ) ;; percentage of max speed for wheelies to work (wheelie-max-speed-ratio 0.7 ) ;; percentage of max speed for wheelies to work
(wheelie-max-pitch 45.0 ) ;; maximum pitch to use when doing a wheelie (wheelie-max-pitch 45.0 ) ;; maximum pitch to use when doing a wheelie
(wheelie-pitch-rate 60.0 ) ;; rate/sec with which the kart goes up (wheelie-pitch-rate 60.0 ) ;; rate/sec with which the kart goes up
(wheelie-restore-rate 90.0 ) ;; rate/sec with which the kart does down (wheelie-restore-rate 90.0 ) ;; rate/sec with which the kart does down