blob: e1654d537c47211b6cc628a74c452272bec39162 (
plain)
1
2
3
4
5
6
7
8
9
|
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";
}
|