* Misc tweaks that were done for 1.89
git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1528 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
f1bf68da44
commit
0aa86ebc75
17 changed files with 772 additions and 91 deletions
|
@ -400,6 +400,7 @@ void OptionsMenuAddScrollContent(Entity *pParent)
|
|||
pEnt->GetFunction("OnButtonSelected")->sig_function.connect(OptionsMenuOnSelect);
|
||||
offsetX += pEnt->GetVar("size2d")->GetVector2().x + smallSpacerX;
|
||||
|
||||
/*
|
||||
if (IsIPADSize)
|
||||
{
|
||||
pEnt = CreateTextButtonEntity(pBG, "controls_2", offsetX, y, "Fling Mode", false);
|
||||
|
@ -408,6 +409,8 @@ void OptionsMenuAddScrollContent(Entity *pParent)
|
|||
offsetX += pEnt->GetVar("size2d")->GetVector2().x + smallSpacerX;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
uint32 controlsID = GetApp()->GetVar("controlStyle")->GetUINT32();
|
||||
SetupLightBarSelect(pBG, "controls_", controlsID, MAKE_RGBA(190, 0, 35, 255));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue