mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[libgdx] Less ugly test code.
This commit is contained in:
parent
b75a3ddecb
commit
25eae31ae8
@ -218,15 +218,6 @@ public class SkeletonViewer extends ApplicationAdapter {
|
|||||||
setAnimation();
|
setAnimation();
|
||||||
|
|
||||||
// ui.animationList.clearListeners();
|
// ui.animationList.clearListeners();
|
||||||
// state.addListener(new AnimationState.AnimationStateAdapter() {
|
|
||||||
// public void complete (TrackEntry entry) {
|
|
||||||
// System.out.println("complete " + entry + ", " + entry.hashCode());
|
|
||||||
// System.out.println("complete " + entry + ", " + entry.hashCode());
|
|
||||||
// state.setAnimation(0, Math.random() > 0.5? "walk" : "jump", false);
|
|
||||||
// state.update(0);
|
|
||||||
// state.apply(skeleton);
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
// state.setAnimation(0, "walk", true);
|
// state.setAnimation(0, "walk", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user