mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-28 03:31:49 +01:00
small menu bugfix
This commit is contained in:
parent
b998bdbb36
commit
3a46df0520
@ -1220,6 +1220,7 @@ static int MenuGame()
|
|||||||
batteryBtn[i]->SetIcon(batteryBarImg[i]);
|
batteryBtn[i]->SetIcon(batteryBarImg[i]);
|
||||||
batteryBtn[i]->SetAlignment(ALIGN_LEFT, ALIGN_BOTTOM);
|
batteryBtn[i]->SetAlignment(ALIGN_LEFT, ALIGN_BOTTOM);
|
||||||
batteryBtn[i]->SetRumble(false);
|
batteryBtn[i]->SetRumble(false);
|
||||||
|
batteryBtn[i]->SetSelectable(false);
|
||||||
batteryBtn[i]->SetAlpha(150);
|
batteryBtn[i]->SetAlpha(150);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user