Hello I’m trying to use BodyEditorLoader in my game
BodyEditorLoader loader = new BodyEditorLoader(Gdx.files.internal("data/test.json"));
But I get this error
Cannot instantiate the type BodyEditorLoader
So what’s wrong with my code?
Hello I’m trying to use BodyEditorLoader in my game
BodyEditorLoader loader = new BodyEditorLoader(Gdx.files.internal("data/test.json"));
But I get this error
Cannot instantiate the type BodyEditorLoader
So what’s wrong with my code?