Skip to content

Commit

Permalink
Fix menu buttons activeSelf with egyptian level added
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaspierpaoli committed Mar 5, 2024
1 parent db5608d commit b44b7ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Assets/Scripts/Game Management/TunnelButtonsHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ private void UpdateButtons(MenuAesthetic previousAesthetic, MenuAesthetic curren
{
var buttonStates = new Dictionary<MenuAesthetic, (bool left, bool right)>()
{
{ MenuAesthetic.Noir, (false, true) },
{ MenuAesthetic.Egypt, (false, true) },
{ MenuAesthetic.Noir, (true, true) },
{ MenuAesthetic.Scifi, (true, false) },
{ MenuAesthetic.Synthwave, (true, true) },
};
Expand Down

0 comments on commit b44b7ef

Please sign in to comment.