summaryrefslogtreecommitdiff
path: root/core/src/com/ilotterytea/maxoning/MaxonConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/MaxonConstants.java')
-rw-r--r--core/src/com/ilotterytea/maxoning/MaxonConstants.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/com/ilotterytea/maxoning/MaxonConstants.java b/core/src/com/ilotterytea/maxoning/MaxonConstants.java
index 42f2892..2024438 100644
--- a/core/src/com/ilotterytea/maxoning/MaxonConstants.java
+++ b/core/src/com/ilotterytea/maxoning/MaxonConstants.java
@@ -12,6 +12,14 @@ public class MaxonConstants {
public static final String GAME_VERSION = "Alpha 1.2";
public static final String GAME_GHTAG = "alpha-1.2";
public static final String GAME_PUBLISHER = "iLotterytea";
+ public static final String[][] GAME_DEVELOPERS = {
+ {"ilotterytea", "https://ilotterytea.kz"},
+ {"greddyss", "https://twitch.tv/greddyss"},
+ {"enotegg", "https://twitch.tv/enotegg"},
+ {"namesake", "https://twitter.com/nameisnamesake"},
+ {"saopin", "https://twitch.tv/saopin_"},
+ {"gvardovskiy", "https://twitch.tv/gvardovskiy"}
+ };
public static final String GAME_MAIN_FOLDER = OsUtils.getUserDataDirectory(".Maxoning");
public static final String GAME_SCREENSHOT_FOLDER = GAME_MAIN_FOLDER + "/screenshots";