mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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("walk", true);
|
||||
|
||||
skeleton.RootBone.X = 320;
|
||||
skeleton.RootBone.Y = 440;
|
||||
skeleton.X = 320;
|
||||
skeleton.Y = 440;
|
||||
skeleton.UpdateWorldTransform();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user