parent
64fef98bd7
commit
2ea453f484
|
@ -163,9 +163,11 @@ void CScreenMainMenu::CreateInterface()
|
||||||
pl->SetFontSize(Gfx::FONT_SIZE_SMALL);
|
pl->SetFontSize(Gfx::FONT_SIZE_SMALL);
|
||||||
|
|
||||||
// SatCom button
|
// SatCom button
|
||||||
pos.x = ox+sx*4.4f;
|
pos.x = ox+sx*4.3f;
|
||||||
pos.y = oy+sy*4.4f;
|
pos.y = oy+sy*4.3f;
|
||||||
pb = pw->CreateButton(pos, dim, 128+60, EVENT_INTERFACE_SATCOM);
|
ddim.x = dim.x*1.2f;
|
||||||
|
ddim.y = dim.y*1.2f;
|
||||||
|
pb = pw->CreateButton(pos, ddim, 128+60, EVENT_INTERFACE_SATCOM);
|
||||||
pb->SetState(STATE_SHADOW);
|
pb->SetState(STATE_SHADOW);
|
||||||
|
|
||||||
SetBackground("textures/interface/interface.png");
|
SetBackground("textures/interface/interface.png");
|
||||||
|
|
Loading…
Reference in New Issue