CytopiaTeam / Cytopia

:deciduous_tree::house_with_garden::office::evergreen_tree: A city building simulation game
https://www.cytopia.net
GNU General Public License v3.0
1.97k stars 104 forks source link

GUI should disappear when the pause menu is opened #381

Open KINGTUT10101 opened 4 years ago

KINGTUT10101 commented 4 years ago

I think the GUI (The one with the categories and buildings) should disappear when the pause menu is opened.

SimplyLiz commented 4 years ago

This will be handled with the new UI

lizzyd710 commented 2 years ago

i was trying to work on this and for some weird reason, toggleGroupVisibility doesn't work on BottomBar, aka the main build menu. i tried to see if it was something with image buttons, but it does that with text buttons too.

lizzyd710 commented 2 years ago

With the way the new UI works there are these things called persistent menus which seem to be unaffected by the closeMenu methods, so we need to figure out how to temporarily hide persistent menus or remove that all together.