mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 02:36:56 +08:00
Merge pull request #76 from AKnopf/patch-1
Update Example: Positioning of Skeleton
This commit is contained in:
commit
6c2fc9217d
@ -78,8 +78,8 @@ namespace Spine {
|
|||||||
state.AddAnimation("jump", false);
|
state.AddAnimation("jump", false);
|
||||||
state.AddAnimation("walk", true);
|
state.AddAnimation("walk", true);
|
||||||
|
|
||||||
skeleton.RootBone.X = 320;
|
skeleton.X = 320;
|
||||||
skeleton.RootBone.Y = 440;
|
skeleton.Y = 440;
|
||||||
skeleton.UpdateWorldTransform();
|
skeleton.UpdateWorldTransform();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user