Support Spine physics constraints
This commit is contained in:
@@ -99,6 +99,7 @@ public class SpineDrawable extends BaseDrawable {
|
||||
animationState.update(Gdx.graphics.getDeltaTime());
|
||||
animationState.apply(skeleton);
|
||||
skeleton.setPosition(x, y - 20);
|
||||
skeleton.update(Gdx.graphics.getDeltaTime());
|
||||
|
||||
Color color = skeleton.getColor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user