i am making a phone game, and the game is split in 2 parts:
- the menus
- the actual game
of course, i want to hide Android's Status Bar and Navigation Bar during the actual game,
but show them during the menus.
how can i toggle the system bars in GDScript? i have no idea where to look for the answer.