UI
Edit rcore_dealership/configs/config.ui.lua for menu placement and the on-screen help keys used by the editor tools.
๐ Menu Position
Config.UI.Menu.Position = 'top-left'Sets where the main menu is anchored on screen.
โจ๏ธ Help Keys
Config.UI.HelpKeys defines the key prompts shown while using the admin editor tools. There are two groups:
Group
Used in
ZoneEditor
Placing and editing dealership zones (move, rotate, confirm, cancel).
CameraEditor
Placing and aiming dealership cameras.
Each group has an Align (screen corner) and a list of Keys, where each key is a pair of a key name and a label. Labels are pulled from the locale file, so translating the locale also translates these prompts.
Last updated