saved game will not be loaded if it's newer than the current version

This commit is contained in:
minjaesong
2023-10-09 15:17:24 +09:00
parent d8cafe7f12
commit dd1e53f761
5 changed files with 49 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
{
"ERROR_FILE_NOT_FOUND": "File not found.",
"ERROR_SAVE_IS_FROM_NEWER_VERSION": "Saved game is newer than the current game version.",
"GAME_32BIT_WARNING1": "It looks like youre running a 32-Bit version of Java.",
"GAME_32BIT_WARNING2": "Please download and install the latest 64-Bit Java at:",
"GAME_32BIT_WARNING3": "https://www.java.com/en/download/",

View File

@@ -1,5 +1,6 @@
{
"ERROR_FILE_NOT_FOUND": "파일을 찾을 수 없습니다.",
"ERROR_SAVE_IS_FROM_NEWER_VERSION": "저장된 게임이 현재 게임보다 더 최신입니다.",
"GAME_32BIT_WARNING1": "32비트 버전의 Java를 사용중인 것 같습니다.",
"GAME_32BIT_WARNING2": "아래 링크에서 최신 64비트 Java를 내려받아 설치해주세요.",
"GAME_32BIT_WARNING3": "https://www.java.com/ko/download/",