mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
Removed hardcoded paths.
Oops, sorry!
This commit is contained in:
parent
9a469c0460
commit
eded12cd52
@ -19,7 +19,6 @@ import com.badlogic.gdx.utils.JsonWriter.OutputType;
|
|||||||
* the runtime is updated to support a newer Spine version should animators update their Spine editor version to match. */
|
* the runtime is updated to support a newer Spine version should animators update their Spine editor version to match. */
|
||||||
public class JsonRollback {
|
public class JsonRollback {
|
||||||
static public void main (String[] args) throws Exception {
|
static public void main (String[] args) throws Exception {
|
||||||
args = new String[] {"C:/test/CoilGrapple.json", "C:/test/CoilGrapple-fixed.json"};
|
|
||||||
if (args.length == 0) {
|
if (args.length == 0) {
|
||||||
System.out.println("Usage: <inputFile> [outputFile]");
|
System.out.println("Usage: <inputFile> [outputFile]");
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user