home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 February / maximum-cd-2009-02.iso / DiscContents / supertuxkart-0.5-win.exe / data / spark.projectile < prev    next >
Encoding:
Text File  |  2008-06-02  |  724 b   |  21 lines

  1. ;; -*- mode: lisp -*-
  2.  
  3. (tuxkart-collectable
  4.  (name  "spark")
  5.  (model "spark.ac")
  6.  (icon  "spark.rgb")
  7.  (speed 5.0)
  8.  (min-height 0.2)      ; height above terrain below which a spark is 
  9.                        ; started to be pulled up 
  10.  (max-height 1.0)      ; height above terrain at which a spark is 
  11.                        ; started to be pulled back to ground
  12.  (force-updown 2.0)    ; force pushing the spark down 
  13.                        ; when it's too high above ground
  14.  (force-to-target 20)  ; force with which a spark flies towards
  15.                        ; the nearest kart
  16.  (max-distance 10)     ; maximum distance the spark can be away
  17.                        ; from a kart when accelerating towards it
  18. )
  19.  
  20. ;; EOF ;;
  21.