});
// Set animation on track 0.
state.setAnimation(0, "run", true);
Gdx.input.setInputProcessor(new InputAdapter() {
final Vector3 point = new Vector3();
public boolean touchDown (int screenX, int screenY, int pointer, int button) {
camera.unproject(point.set(screenX, screenY, 0)); // Convert window to world coordinates.
bounds.update(skeleton, true); // Update SkeletonBounds with current skeleton bounding box positions.