mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[libgdx] Fix example, prepare for Maven release
This commit is contained in:
parent
072c2c0965
commit
26d9dee67c
@ -1,8 +1,8 @@
|
||||
group = "com.esotericsoftware.spine"
|
||||
version = "4.1.0"
|
||||
version = "4.2.0"
|
||||
|
||||
ext {
|
||||
libgdxVersion = "1.11.1-SNAPSHOT"
|
||||
libgdxVersion = "1.12.1"
|
||||
javaVersion = 8
|
||||
}
|
||||
|
||||
|
||||
@ -69,7 +69,7 @@ public class PhysicsTest extends ApplicationAdapter {
|
||||
|
||||
AnimationStateData stateData = new AnimationStateData(skeletonData); // Defines mixing (crossfading) between animations.
|
||||
state = new AnimationState(stateData); // Holds the animation state for a skeleton (current animation, time, etc).
|
||||
state.setAnimation(0, "FOA", true);
|
||||
state.setAnimation(0, "walk", true);
|
||||
}
|
||||
|
||||
public void render () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user