First public commit.

This commit is contained in:
Marisa the Magician 2018-05-15 02:22:27 +02:00
commit 356219ae5c
199 changed files with 3498 additions and 0 deletions

20
menudef.txt Normal file
View 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"
}