mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[xna] Fix example code.
This commit is contained in:
parent
61b8fcc696
commit
d98efecd8a
@ -119,6 +119,8 @@ namespace Spine {
|
|||||||
state = new AnimationState(stateData);
|
state = new AnimationState(stateData);
|
||||||
|
|
||||||
if (name == "spineboy-ess") {
|
if (name == "spineboy-ess") {
|
||||||
|
skeleton.SetAttachment("head-bb", "head");
|
||||||
|
|
||||||
stateData.SetMix("run", "jump", 0.2f);
|
stateData.SetMix("run", "jump", 0.2f);
|
||||||
stateData.SetMix("jump", "run", 0.4f);
|
stateData.SetMix("jump", "run", 0.4f);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user