UI: Fix scribbler's green button color

dev
lolbot-iichan 2023-05-15 19:20:56 +03:00 committed by Tomasz Kapuściński
parent 3baf2bbb10
commit 0d57ac43bb
1 changed files with 1 additions and 1 deletions

View File

@ -1279,7 +1279,7 @@ bool CObjectInterface::CreateInterface(bool bSelect)
pos.x = ox+sx*9.40f;
pos.y = oy+sy*0.75f;
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN7); // green
pc->SetColor(Gfx::Color(0.0f, 0.0f, 0.8f, 0.0f));
pc->SetColor(Gfx::Color(0.0f, 0.8f, 0.0f, 0.0f));
pos.x = ox+sx*9.65f;
pos.y = oy+sy*1.25f;
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN8); // brown