Configuration
Edit the config.lua
to set the UI location
Config = {}
Config.debug = false -- make it true to enable the inGame Command for testing
Config.Position = 'middle-right' -- Options: 'top-left', 'top-right', 'top-centre', 'middle-left', 'middle-right', 'bottom-left', 'bottom-right', 'bottom-centre'
Last updated