-- Categories backgrounds
-- You can add own background for every category
ComplexEmployer.UIBackgrounds = {
-- [Category name] = { BackgroundPath = "custompath/image.png", Blur = true }
["Civil Protection"] = { BackgroundPath = "backgrounds/georgeebizzle_welcome_to_city17_its_safer_here.jpg", Blur = true },
["Gangsters"] = { BackgroundPath = "console/background05", Blur = false },
-- !!! Don't delete default category !!!
["default"] = { BackgroundPath = "console/background06", Blur = false }
-- !!! Don't delete default category !!!
}