File: materials.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 (25 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<materials>
  <material name="banana.png"/>
  <material name="gift-box.png"/>
  <material name="gift-loop.png" gloss-map="gift-loop-gloss.png"/>
  <material name="gold.png" gloss-map="trophy_glossmap.png"/>
  <material name="silver.png" gloss-map="trophy_glossmap.png"/>
  <material name="bronze.png" gloss-map="trophy_glossmap.png"/>
  <material name="platinum.png" gloss-map="trophy_glossmap.png"/>

  <material name="stk_mod_nitroBarrel.png"/> 
  <material name="stk_mod_nitroBottle.png"/>
  <material name="stk_mod_nitroLogo.png" shader="additive" disable-z-write="Y" />

  <material name="traffic_light.png" shader="unlit"/>
  
  <material name="bowling.png" gloss-map="bowling_spec.png"/>
  
  <material name="thunderbird.png" shader="alphatest"/>
  <material name="bubblegum_shield.png" shader="alphablend" disable-z-write="Y"/>
  <material name="bubblegum_shield_nolok.png" shader="alphablend" disable-z-write="Y"/>
  <material name="parachute.png" backface-culling="n" ignore="Y"/>
  <material name="zipper.png" shader="unlit" zipper="Y"/>
</materials>