UI Colors
Go to origen_inventory/config/player.lua
Config.UI = {
Mini = true, -- Mini UI, only show second inventory if exist, else show main inventory
ShowPlayerNameOnGiveItem = true,
Hotbar = true,
ShowCraftingIndicator = true,
PlayerInventoryLabel = 'Inventory',
Color = 'default'
}
Before
After
Last updated