You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The music from the home screen and the game screen operate on different ends. When the game over screen opens, the home screen song and game song play at the same time. Muting the game in the settings only mutes one of the songs. Change how the music threads are controlled by making a static music variable that would manage music for the entire scope of the program or address the issue where a new music thread is started in MainActivity.java. (200 points)
The text was updated successfully, but these errors were encountered:
The music from the home screen and the game screen operate on different ends. When the game over screen opens, the home screen song and game song play at the same time. Muting the game in the settings only mutes one of the songs. Change how the music threads are controlled by making a static music variable that would manage music for the entire scope of the program or address the issue where a new music thread is started in MainActivity.java. (200 points)
The text was updated successfully, but these errors were encountered: