mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
parent
dbd6ae87ad
commit
87af7aa4f9
@ -94,7 +94,7 @@ function start () {
|
||||
} else {
|
||||
skeleton.setSkinByName("goblingirl");
|
||||
skeleton.setSlotsToSetupPose();
|
||||
state.setAnimationByName("walk", true);
|
||||
state.setAnimationByName(0, "walk", true);
|
||||
|
||||
canvas.onmousedown = function () {
|
||||
skeleton.setSkinByName(skeleton.skin.name == "goblin" ? "goblingirl" : "goblin");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user