2011-09-13 20:48:49 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- model: the model filename to load as referee
|
2011-09-14 02:32:05 -04:00
|
|
|
{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. -->
|
|
|
|
|
2011-09-13 20:48:49 -04:00
|
|
|
<referee model="thunderbird.b3d"
|
2011-10-18 12:06:25 -04:00
|
|
|
first-rescue-frame="625"
|
|
|
|
last-rescue-frame="700"
|
2011-09-26 23:31:01 -04:00
|
|
|
first-start-frame="265"
|
|
|
|
last-start-frame="290"
|
|
|
|
start-offset="-1.2 2 2"
|
|
|
|
scale = "0.2 0.2 0.2"
|
2011-09-14 02:32:05 -04:00
|
|
|
start-rotation="0 180 0"
|
2011-09-13 21:11:47 -04:00
|
|
|
colors="traffic_light_red.jpg traffic_light_yellow.jpg traffic_light_green.jpg"
|
2011-09-14 02:32:05 -04:00
|
|
|
/>
|