mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-09 07:40:21 +00:00
Fix key config menu being visible and messed up when it shouldn't, under some circumstances
This commit is contained in:
parent
671d0ace1b
commit
4ee2abda06
1 changed files with 1 additions and 0 deletions
|
@ -1971,6 +1971,7 @@ void InGameMenu::create()
|
||||||
keyConfigBg->position = Vector(400,276 - 10 - 40);
|
keyConfigBg->position = Vector(400,276 - 10 - 40);
|
||||||
keyConfigBg->setWidthHeight(580, 455, 10);
|
keyConfigBg->setWidthHeight(580, 455, 10);
|
||||||
keyConfigBg->followCamera = 1;
|
keyConfigBg->followCamera = 1;
|
||||||
|
keyConfigBg->alpha = 0;
|
||||||
keyConfigBg->shareAlphaWithChildren = 1;
|
keyConfigBg->shareAlphaWithChildren = 1;
|
||||||
keyConfigBg->setHidden(true);
|
keyConfigBg->setHidden(true);
|
||||||
game->addRenderObject(keyConfigBg, LR_OVERLAY);
|
game->addRenderObject(keyConfigBg, LR_OVERLAY);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue