- May be change Gasoline color to Orange?
- May be change color for this bar (blue for Water, orange for Gasoline)?
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- Feature Request
Related Objects
Related Objects
Event Timeline
Comment Actions
I think that need add another color in 3_Game\DayZ\Colors.c like
const int COLOR_LIQUID = 0x0000EEFF;
And add changes in 5_Mission\DayZ\GUI\InspectMenuNew.c
case LIQUID_GASOLINE: { WidgetTrySetText(root_widget, "ItemLiquidTypeWidget", "#inv_inspect_gasoline", Colors.COLOR_LIQUID); break; }
Comment Actions
case LIQUID_GASOLINE:
{ WidgetTrySetText(root_widget, "ItemLiquidTypeWidget", "#inv_inspect_gasoline", Colors.ORANGE); break; }