82197488b0
documentation of referee.xml. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9829 178a84e3-b1eb-0310-8ba1-8eac791a3b58
20 lines
796 B
XML
20 lines
796 B
XML
<?xml version="1.0"?>
|
|
<!-- model: the model filename to load as referee
|
|
{first,last}-rescue-frame: Frame numbers for the rescue animation.
|
|
{first,last}-start-frame: Frame numbers for the start animation.
|
|
start-offset: XYZ offset relative to kart where to display the start referee
|
|
scale: Scales the mesh.
|
|
start-rotation: Rotation of the referee at start
|
|
colors: Three texture names that are used for ready, set, go. -->
|
|
|
|
<referee model="thunderbird.b3d"
|
|
first-rescue-frame="1"
|
|
last-rescue-frame="99"
|
|
first-start-frame="1"
|
|
last-start-frame="26"
|
|
start-offset="-1.5 1 3"
|
|
scale = "0.3 0.3 0.3"
|
|
start-rotation="0 180 0"
|
|
colors="traffic_light_red.jpg traffic_light_yellow.jpg traffic_light_green.jpg"
|
|
/>
|