From 2463dc69b21ebe6f1c354c4002174f57cfb36a54 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 29 May 2024 20:39:18 +0500 Subject: feat: show developers --- core/src/com/ilotterytea/maxoning/MaxonConstants.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/src/com/ilotterytea/maxoning/MaxonConstants.java') 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"; -- cgit v1.2.3