add extra gamemodes to UI
This commit is contained in:
parent
6d5844c46a
commit
13898735b7
11
data/ui_scripts/extra_gamemodes/__init__.lua
Normal file
11
data/ui_scripts/extra_gamemodes/__init__.lua
Normal file
@ -0,0 +1,11 @@
|
||||
Cac.GameModes.Data = {
|
||||
Standard = {
|
||||
Label = Engine.Localize("@MPUI_STANDARD_CAPS"),
|
||||
Image = "h1_ui_icon_playlist_standard",
|
||||
List =
|
||||
{
|
||||
"dm", "war", "sd", "dom", "conf", "sab", "koth", "hp", "gun",
|
||||
"dd", "ctf" -- missing gamemodes from UI
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user