Skip to content
Snippets Groups Projects
Commit 9a33f9e8 authored by Haakon Gunleiksrud's avatar Haakon Gunleiksrud
Browse files

#59 Flipped boolean for music in GameWare to match with state of checkbox.

parent ac21d8c2
No related branches found
No related tags found
1 merge request!56Resolve "bug-fixes-Haakon"
......@@ -33,7 +33,7 @@ public class GameWare extends ApplicationAdapter {
public static final String TITLE = "WackyWare!";
public static final String skinFilePath = "glassy/skin/glassy-ui.json";
private static Music music;
private static Boolean musicOn = true;
private static Boolean musicOn = false;
private static Boolean soundEffects = true;
private static Boolean darkMode = false;
private static String darkModeLabelString = "default";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment