stk-code_catmod/data/anvil.collectable
hikerstk dba91ef34e Updated items to use b3d and png.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3254 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-13 02:51:29 +00:00

10 lines
122 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "anvil")
(mesh "anvil.b3d")
(icon "anchor-icon.png")
)
;; EOF ;;