54ffc715b2
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
11 lines
150 B
Common Lisp
11 lines
150 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(item
|
|
(gold "nitrotank-big" )
|
|
(silver "nitrotank-small")
|
|
(green "warning" )
|
|
(red "bonusblock2")
|
|
)
|
|
|
|
;; EOF ;;
|