diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-29 20:39:18 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-29 20:39:18 +0500 |
| commit | 2463dc69b21ebe6f1c354c4002174f57cfb36a54 (patch) | |
| tree | 742d8152a6005136c4a58a36bfbccf9b5027721f /core/src/com/ilotterytea/maxoning/MaxonConstants.java | |
| parent | d41de93e0e08b72a899e21dcbc968113f30a485f (diff) | |
feat: show developers
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/MaxonConstants.java')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonConstants.java | 8 |
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"; |
