From 876ef74ebbe86d50ab0196a7a9a288afd922a1e6 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Thu, 14 Feb 2008 13:41:06 +0000 Subject: [PATCH] Improved physics paramters to prevent hexley from toppling over. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1494 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/hexleykart.tkkf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/hexleykart.tkkf b/data/hexleykart.tkkf index aa3f45233..4810a085a 100644 --- a/data/hexleykart.tkkf +++ b/data/hexleykart.tkkf @@ -4,8 +4,14 @@ (name "Hexley") (model-file "hexleykart.ac") (icon-file "hexleyicon.rgb") - (shadow-file "hexleyshadow.rgb") + (shadow-file "hexleyshadow.rgb") +;; some changed physics parameter to prevent +;; hexley from toppling over all the time + (suspension-rest 0.08 ) + (gravity-center-shift 0.5 ) + (wheel-damping-relaxation 12.3 ) + (red 0.9) (green 0.2) (blue 0.2)