From 147c726a5ce0adedc8713ff32607b66b8abaf289 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 5 Sep 2022 00:34:36 +0600 Subject: я в рот ебал создателей этого фреймворка MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/MaxonConstants.java | 5 +++++ 1 file changed, 5 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 fc637df..ee0a375 100644 --- a/core/src/com/ilotterytea/maxoning/MaxonConstants.java +++ b/core/src/com/ilotterytea/maxoning/MaxonConstants.java @@ -1,5 +1,7 @@ package com.ilotterytea.maxoning; +import com.badlogic.gdx.Gdx; +import com.badlogic.gdx.files.FileHandle; import com.ilotterytea.maxoning.utils.OsUtils; public class MaxonConstants { @@ -11,4 +13,7 @@ public class MaxonConstants { public static final String GAME_MAIN_FOLDER = OsUtils.getUserDataDirectory(".Maxoning"); public static final String GAME_SCREENSHOT_FOLDER = GAME_MAIN_FOLDER + "/screenshots"; public static final String GAME_SAVEGAME_FOLDER = GAME_MAIN_FOLDER + "/savegames"; + + public static final FileHandle FILE_EN_US = Gdx.files.internal("i18n/en_us.json"); + public static final FileHandle FILE_RU_RU = Gdx.files.internal("i18n/ru_ru.json"); } -- cgit v1.2.3