stk-code_catmod/data/coin_sign.items
hikerstk 54ffc715b2 Added new item style 'coin_sign', which uses a coin as a blue box
and a warning pyramid sign as banana. Use it with the
"--item coin_sign"  command line parameter.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2748 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-12-22 02:28:30 +00:00

11 lines
150 B
Common Lisp

;; -*- mode: lisp -*-
(item
(gold "nitrotank-big" )
(silver "nitrotank-small")
(green "warning" )
(red "bonusblock2")
)
;; EOF ;;