1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-29 11:01:07 +00:00

convert with lib

This commit is contained in:
2022-06-06 13:48:20 +02:00
parent 4c99bb5629
commit 622e072481
50 changed files with 466 additions and 802 deletions

13
.vscode/settings.json vendored
View File

@@ -1,8 +1,7 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
"cSpell.words": [
"pokemudry",
"Spritesheet"
],
"java.configuration.updateBuildConfiguration": "disabled"
}
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}