]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/data/player.menu
-Small cosmetic change in the key options menu.
[divverent/nexuiz.git] / scmenu / data / player.menu
1 // Property of Alientrap
2 //
3 // data/player.menu
4
5 Item DataContainer Player
6 {
7         Item Data_Nex_Name Name
8         {
9                 defValue        "NexPlayer"
10                 Item DataLink_Text Text
11                 {
12                         maxValue        32
13                         link            "##up"
14                 }
15         }
16         Item Data_Nex_Avatar Avatar
17         {
18         }
19         Item Data_Nex_Color TeamColor
20         {
21                 defValue        "4"     // Red
22
23                 Item DataLink_TextSwitch TextSwitch
24                 {
25                         // Red Blue Green Yellow
26                         valueList       "'4' '13' '3' '12'"
27                         descList        "'$gfx/m_redsquare' '$gfx/m_bluesquare' '$gfx/m_greensquare' '$gfx/m_yellowsquare'"
28
29                         link            "##up"
30                 }
31         }
32 }