stk-code_catmod/data/tuxkart.tkkf

14 lines
221 B
Plaintext
Raw Normal View History

;; -*- mode: lisp -*-
(tuxkart-kart
(name "Tux")
(model-file "tuxkart.ac")
(icon-file "tuxicon.rgb")
(shadow-file "tuxkartshadow.rgb")
(red 0.7)
(green 0.0)
(blue 0.0)
)
;; EOF ;;