File: referee.xml

package info (click to toggle)
supertuxkart 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 845,908 kB
  • sloc: cpp: 416,684; ansic: 320,074; xml: 109,671; sh: 2,786; asm: 1,631; python: 1,162; java: 783; objc: 452; makefile: 386; javascript: 23; awk: 20
file content (18 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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.spm"
         first-rescue-frame="625"
         last-rescue-frame="700"
         first-start-frame="265"
         last-start-frame="290"
         start-offset="-1.2 2 2"
         scale = "0.2 0.2 0.2"
         start-rotation="0 180 0"
/>