summaryrefslogtreecommitdiff
path: root/core/src/kz/ilotterytea/maxon/constants
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/kz/ilotterytea/maxon/constants')
-rw-r--r--core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java b/core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java
index 3eb2c98..e1654d5 100644
--- a/core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java
+++ b/core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java
@@ -3,4 +3,7 @@ package kz.ilotterytea.maxon.constants;
public class SettingsConstants {
public static Float UI_MAX_SCALE = 1.5f;
public static Float UI_DEFAULT_SCALE = 1f;
+
+ public static String MUSIC_NAME = "musicVolume";
+ public static String SFX_NAME = "sfxVolume";
}