Creating custom navbar
Adding
Config.PauseMenu.Buttons = {
['ui'] = {
name = 'ui',
path = {
type = 'UISettings',
},
icon = 'UI',
},
['settings'] = {
name = 'settings',
path = {
type = 'game',
value = 'settings',
},
icon = 'fas fa-cog',
},
['map'] = {
name = 'map',
path = {
type = 'game',
value = 'map',
},
icon = 'fas fa-map',
},
}Path object explained
key
Information
Export object explained
Export object
key
Information
Event object
key
Information
Examples
Export
Event
Last updated