mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-25 11:11:24 +08:00
16 lines
488 B
JSON
16 lines
488 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "DebugPrinter",
|
|
"request": "launch",
|
|
"mainClass": "com.esotericsoftware.spine.DebugPrinter",
|
|
"args": [
|
|
"../../spine-godot/example-v4-extension/assets/spineboy/spineboy-pro.spine-json",
|
|
"../../spine-godot/example-v4-extension/assets/spineboy/spineboy.atlas",
|
|
"idle"
|
|
]
|
|
}
|
|
]
|
|
} |