Configuration
Configuration options for txos_lib
ServerConfig = {
Logs = {
["default"] = "url_here",
-- Every one of our resources will try to use a category with the same name as the resource name - if its not found it will default to the default one
-- Example: You have TXOS Jewel installed
-- ["txos_jewel"] = "url_here",
},
ErrorTypes = {
error = {
colour = 16739179,
image = "https://cdn-icons-png.flaticon.com/512/463/463612.png",
label = "Error"
},
warning = {
colour = 16766566,
image = "https://cdn-icons-png.flaticon.com/512/595/595067.png",
label = "Warning"
},
success = {
colour = 6750115,
image = "https://cdn-icons-png.flaticon.com/512/4315/4315445.png",
label = "Success"
},
info = {
colour = 6928383,
image = "https://cdn-icons-png.flaticon.com/512/9195/9195785.png",
label = "Information"
},
},
}
Last updated