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.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java b/core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java
new file mode 100644
index 0000000..3eb2c98
--- /dev/null
+++ b/core/src/kz/ilotterytea/maxon/constants/SettingsConstants.java
@@ -0,0 +1,6 @@
+package kz.ilotterytea.maxon.constants;
+
+public class SettingsConstants {
+ public static Float UI_MAX_SCALE = 1.5f;
+ public static Float UI_DEFAULT_SCALE = 1f;
+}