Merge pull request #1582 from lolbot-iichan/dev-scribbler-ui-fix
UI: Fix scribbler's green button colorfix-squashed-planets
commit
3171dc4a89
|
@ -1278,7 +1278,7 @@ bool CObjectInterface::CreateInterface(bool bSelect)
|
||||||
pos.x = ox+sx*9.40f;
|
pos.x = ox+sx*9.40f;
|
||||||
pos.y = oy+sy*0.75f;
|
pos.y = oy+sy*0.75f;
|
||||||
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN7); // green
|
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.x = ox+sx*9.65f;
|
||||||
pos.y = oy+sy*1.25f;
|
pos.y = oy+sy*1.25f;
|
||||||
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN8); // brown
|
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN8); // brown
|
||||||
|
|
Loading…
Reference in New Issue