Support Spine physics constraints

This commit is contained in:
fgnm
2024-04-20 01:43:31 +02:00
parent 18edca9e43
commit d9e4e8d4e0
3 changed files with 3 additions and 1 deletions
@@ -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();