stk-code_catmod/data/missile.projectile

14 lines
189 B
Plaintext
Raw Normal View History

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "missile")
(model "missile.ac")
(icon "missile.rgb")
(speed 50.0)
(min-height 0.3)
(max-height 1.0)
(force-updown 20)
)
;; EOF ;;