stk-code_catmod/data/missile.projectile

11 lines
134 B
Plaintext
Raw Normal View History

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "missile")
(model "missile.ac")
(icon "missile.rgb")
(speed 50.0)
)
;; EOF ;;