Subversion Repositories duke3d_hrp

Rev

Rev 348 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 348 Rev 727
Line 1... Line 1...
1
// Polymer Light Projections
1
// Polymer Light Projections
2
// Define all projections as tilefromtexture before defining them as texture. (Do not worry about colors, EDuke32 will take care of it.)
2
// Define all projections as tilefromtexture before defining them as texture. (Do not worry about colors, EDuke32 will take care of it.)
3
// This will prevent them from generating warnings in the logfile and will let them be used even with hightile disabled.
3
// This will prevent them from generating warnings in the logfile and will let them be used even with hightile disabled.
4
 
4
 
5
// E1L1
5
// E1L1
6
 
6
 
7
tilefromtexture 9000 { file "highres/projections/9000_e1l1_fnclgt.png" }
7
tilefromtexture 9000 { file "highres/projections/9000_e1l1_fnclgt.png" }
8
texture 9000 { pal 0 { file "highres/projections/9000_e1l1_fnclgt.png" } }
8
texture 9000 { pal 0 { file "highres/projections/9000_e1l1_fnclgt.png" } }
9
tilefromtexture 9001 { file "highres/projections/9001_e1l1_wdwfrm.png" }
9
tilefromtexture 9001 { file "highres/projections/9001_e1l1_wdwfrm.png" }
10
texture 9001 { pal 0 { file "highres/projections/9001_e1l1_wdwfrm.png" } }
10
texture 9001 { pal 0 { file "highres/projections/9001_e1l1_wdwfrm.png" } }