Subversion Repositories vaca_plus

Rev

Rev 15 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 25
Line 7... Line 7...
7
 
7
 
8
// texture <tilenum> { pal 0 { file "vacation/textures/.png" } }
8
// texture <tilenum> { pal 0 { file "vacation/textures/.png" } }
9
 
9
 
10
texture 96 { pal 0 { file "vacation/textures/0096.jpg" } }
10
texture 96 { pal 0 { file "vacation/textures/0096.jpg" } }
11
 
11
 
12
texture 336 {
-
 
13
   pal 0 { file "vacation/textures/0336.jpg" }
-
 
14
  // pal 2 { file "highres/textures/0336_2.jpg" }
-
 
15
  // pal 21 { file "highres/textures/0336_2.jpg" }
-
 
16
   normal { file "highres/textures/0336_n.png" parallaxbias 0.3 parallaxscale 0.1 }
-
 
17
}
-
 
18
texture 337 {
-
 
19
   pal 0 { file "vacation/textures/0337.jpg" }
-
 
20
  // pal 2 { file "highres/textures/0337_2.jpg" }
-
 
21
  // pal 21 { file "highres/textures/0337_2.jpg" }
-
 
22
   normal { file "highres/textures/0337_n.png" parallaxbias 0.3 parallaxscale 0.1 }
-
 
23
}
-
 
24
texture 338 {
-
 
25
   pal 0 { file "vacation/textures/0338.jpg" }
-
 
26
  // pal 2 { file "highres/textures/0338_2.jpg" }
-
 
27
  // pal 21 { file "highres/textures/0338_2.jpg" }
-
 
28
   normal { file "highres/textures/0338_n.png" parallaxbias 0.3 parallaxscale 0.1 }
-
 
29
}
-
 
30
 
-
 
31
texture 889 {
12
texture 889 {
32
   pal 0 { file "vacation/textures/0889.png" }
13
   pal 0 { file "vacation/textures/0889.png" }
33
   pal 2 { file "highres/textures/0889_2.jpg" }
14
   pal 2 { file "highres/textures/0889_2.jpg" }
34
   pal 8 { file "highres/textures/0889_8.jpg" }
15
   pal 8 { file "highres/textures/0889_8.jpg" }
35
}
16
}
Line 181... Line 162...
181
   pal 10 { file "vacation/textures/3794.png" }
162
   pal 10 { file "vacation/textures/3794.png" }
182
   pal 11 { file "highres/textures/0545.jpg" }
163
   pal 11 { file "highres/textures/0545.jpg" }
183
   pal 17 { file "highres/textures/0545.jpg" }
164
   pal 17 { file "highres/textures/0545.jpg" }
184
   pal 21 { file "vacation/textures/3794.png" }
165
   pal 21 { file "vacation/textures/3794.png" }
185
   pal 22 { file "highres/textures/0545.jpg" }
166
   pal 22 { file "highres/textures/0545.jpg" }
186
   normal { file "highres/textures/0545_n.png" parallaxbias 0 parallaxscale 0.1 }
167
   normal { file "highres/textures/0545_n.png" parallaxbias 0.0 parallaxscale 0.05 }
187
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.15 }
168
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.15 }
188
}
169
}
189
 
170
 
190
texture 3794 {
171
texture 3794 {
191
   pal 0 { file "vacation/textures/3794.png" }
172
   pal 0 { file "vacation/textures/3794.png" }
192
   normal { file "highres/textures/0545_n.png" parallaxbias 0 parallaxscale 0.1 }
173
   normal { file "highres/textures/0545_n.png" parallaxbias 0.0 parallaxscale 0.05 }
193
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.15 }
174
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.15 }
194
}
175
}