add extra gamemodes to UI

This commit is contained in:
mjkzy 2022-06-24 07:55:08 -05:00
parent 6d5844c46a
commit 13898735b7

View 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
}
}
}