Merge branch 'WorldNavigation' of https://github.com/EpicKnarvik97/pokemon-cmd into WorldNavigation

This commit is contained in:
Kristian Knarvik 2017-11-30 18:41:40 +01:00
commit 22a1b5a0d7
2 changed files with 0 additions and 3 deletions

View File

@ -1,2 +0,0 @@
javac -cp java java/Game.java
jar cvfm Game.jar manifest.txt -C java config/Pokemon.txt java/*.class

View File

@ -1 +0,0 @@
java -jar Game.jar -Dfile.encoding=UTF-8