Merge pull request #1582 from lolbot-iichan/dev-scribbler-ui-fix

UI: Fix scribbler's green button color
fix-squashed-planets
Emxx52 2023-05-26 21:35:26 +02:00 committed by GitHub
commit 3171dc4a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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