The WorldGui class manages the user interface for the game world. It includes functionality for displaying stats, a pause menu, and toggling UI visibility.
Implement stats and main UI functionality.
Toggles the visibility of the pause grid.
Toggles the visibility of the UI and updates the stat grid visibility accordingly. Usually called when the player presses the toggle UI button.
The WorldGui class manages the user interface for the game world.
It includes functionality for displaying stats, a pause menu, and toggling UI visibility.
Todo
Implement stats and main UI functionality.