diff --git a/.gitignore b/.gitignore index b561d9a..592a652 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ shelf/ *.iml *.ipr *.iws +misc.xml ############################## ## Eclipse @@ -101,4 +102,9 @@ build newgamesver-release-V1.jar server.properties gameserver.log.* -gameserver.log \ No newline at end of file +gameserver.log + +############################## +## JPackage +############################## +jpackage-input \ No newline at end of file diff --git a/app/pom.xml b/app/pom.xml index 3f06d12..f8a54cf 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -9,7 +9,7 @@ org.toop.Main 25 25 - + 25 UTF-8 @@ -68,6 +68,7 @@ org.toop.Main + pism diff --git a/app/src/main/resources/assets/localization/localization.properties b/app/src/main/resources/assets/localization/localization.properties index 9718bf0..fcbc8ac 100644 --- a/app/src/main/resources/assets/localization/localization.properties +++ b/app/src/main/resources/assets/localization/localization.properties @@ -2,8 +2,8 @@ windowTitle=ISY Games Selector # Main Menu buttons -mainMenuSelectTicTacToe=Tic Tac Toe -mainMenuSelectReversi=Reversi +mainMenuSelectTicTacToe=Tic Tac Toe\u5426 +mainMenuSelectReversi=Reversi\u5426 mainMenuSelectSudoku=Sudoku mainMenuSelectBattleship=Battleship mainMenuSelectOther=Other diff --git a/pom.xml b/pom.xml index f74eba6..a6c34cf 100644 --- a/pom.xml +++ b/pom.xml @@ -107,18 +107,18 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.14.1 - - ${project.build.directory}/custom - 25 - 25 - 25 - UTF-8 - - + + + + + + + + + + + +