My project has a mute button on the title screen stage and a mute button on the pause screen. How can I synchronize their work so that when I press the button on the title screen, it affects the button in the pause menu by changing its texture.

  • xyz replied to this.

    Scel Keep the state in a separate (possibly global) variable and update button state according to this variable when switching screens.