First public commit.
This commit is contained in:
commit
356219ae5c
199 changed files with 3498 additions and 0 deletions
20
menudef.txt
Normal file
20
menudef.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
OptionValue "UTMenuType"
|
||||
{
|
||||
0, "Final"
|
||||
1, "Beta"
|
||||
}
|
||||
|
||||
OptionMenu "UTOptionMenu"
|
||||
{
|
||||
Title "UT Options"
|
||||
|
||||
StaticText "Menu Options", "Gold"
|
||||
Option "Menu Type", "flak_protomenu", "UTMenuType"
|
||||
Command "Apply Changes", "event refreshmenu"
|
||||
}
|
||||
|
||||
AddOptionMenu "OptionsMenu"
|
||||
{
|
||||
StaticText " "
|
||||
Submenu "UT Options", "UTOptionMenu"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue