31fb2f971f
Bonus hack: temporarily using anchor as rescue model (avoids crashes). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3713 178a84e3-b1eb-0310-8ba1-8eac791a3b58
10 lines
124 B
Common Lisp
10 lines
124 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-collectable
|
|
(name "anchor")
|
|
(mesh "anchor.b3d")
|
|
(icon "anchor-icon.png")
|
|
)
|
|
|
|
;; EOF ;;
|