Subversion Repositories dc_hrp

Rev

Rev 50 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 nightfrigh 1
 
2
// Menu.def for Duke It Out In D.C.
3
 
55 h266 4
texture 2492 { pal 0 { file "dukedc/screen/menu/2492_dc_version.png" nocompress } }   // unchanged: "2492_dc.png"
6 nightfrigh 5
 
55 h266 6
tilefromtexture 2493 { yoffset 0 }
6 nightfrigh 7
texture 2493 { pal 0 { file "dukedc/screen/menu/2493_dc.png" nocompress } }
8
 
9
texture 2506 { pal 0 { file "dukedc/screen/menu/2506_dc.jpg" nocompress } }
10
 
41 spiker 11
texture 3240 { pal 0 { file "dukedc/screen/menu/3240_dc.png" nocompress } }
6 nightfrigh 12
 
13
texture 3280 { pal 0 { file "dukedc/screen/menu/3280_dc.jpg" nocompress } }
14
 
15
 
16
// Widescreen menu tiles (for future usage)
17
/*
18
texture 2492 { pal 0 { file "dukedc/screen/menu/widescreen/2492_dc_wide.png" nocompress } }
19
texture 2493 { pal 0 { file "dukedc/screen/menu/widescreen/2493_dc_wide.png" nocompress } }
10 nightfrigh 20
texture 3240 { pal 0 { file "dukedc/screen/menu/widescreen/3240_dc_wide.png" nocompress } }
28 h266 21
*/