From d47804d42fe4e924edd2474b9dc25027e61abd46 Mon Sep 17 00:00:00 2001 From: auria Date: Mon, 29 Dec 2008 20:52:44 +0000 Subject: [PATCH] improved bowling ball aiming git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2809 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/bowling.projectile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/bowling.projectile b/data/bowling.projectile index 3f536735b..b1835b3de 100644 --- a/data/bowling.projectile +++ b/data/bowling.projectile @@ -5,15 +5,15 @@ (model "bowling.ac") (icon "bowling-icon.rgb") (speed 2.0) - (min-height 0.2) ; height above terrain below which a spark is + (min-height 0.2) ; height above terrain below which a ball is ; started to be pulled up - (max-height 1.0) ; height above terrain at which a spark is + (max-height 1.0) ; height above terrain at which a ball is ; started to be pulled back to ground - (force-updown 1.0) ; force pushing the spark down + (force-updown 1.0) ; force pushing the ball down ; when it's too high above ground - (force-to-target 15) ; force with which a spark flies towards + (force-to-target 40) ; force with which a bowling ball flies towards ; the nearest kart - (max-distance 25) ; maximum distance the spark can be away + (max-distance 25) ; maximum distance the ball can be away ; from a kart when accelerating towards it )