From fea26afba136c1a1565de36b42e1840c3ba238f4 Mon Sep 17 00:00:00 2001 From: cosmosninja Date: Thu, 10 Jan 2008 02:04:35 +0000 Subject: [PATCH] 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 --- data/stk_config.data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/stk_config.data b/data/stk_config.data index 5fa46e26a..ca2bf276f 100644 --- a/data/stk_config.data +++ b/data/stk_config.data @@ -52,7 +52,7 @@ (time-full-steer 0.3 ) (corn-f 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-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