mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 19:11:36 +08:00
25 lines
838 B
JSON
25 lines
838 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "headless test (java)",
|
|
"request": "launch",
|
|
"mainClass": "com.esotericsoftware.spine.HeadlessTest",
|
|
"projectName": "spine-libgdx-tests",
|
|
"args": [
|
|
"${workspaceFolder}/../examples/spineboy/export/spineboy-pro.json",
|
|
"${workspaceFolder}/../examples/spineboy/export/spineboy-pma.atlas",
|
|
"run"
|
|
],
|
|
"console": "integratedTerminal",
|
|
"internalConsoleOptions": "neverOpen",
|
|
"sourcePaths": [
|
|
"${workspaceFolder}/spine-libgdx-tests/src",
|
|
"${workspaceFolder}/spine-libgdx/src",
|
|
"${workspaceFolder}/../libgdx/gdx/src"
|
|
|
|
]
|
|
}
|
|
]
|
|
} |