]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/demos.menu
accidently commited parts of the new demos menu with the last commit, here is the...
[divverent/nexuiz.git] / data / menu / data / demos.menu
1 // Property of Alientrap
2 //
3 // data/demos.menu
4
5 Item DataContainer Demos
6 {
7         Item Data_Container Filename
8         {
9                 Item DataLink_Text Text
10                 {
11                         maxValue        26
12                         link            "##up"
13                 }
14         }
15
16         Item DataContainer FileList
17         {
18                 Item DataLink_Nex_FileList Demos
19                 {
20                         normal          "dem"
21                         selected        "demos/"
22                 }
23         }
24 }
25