mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts][phaser] Fix events example parameters order
This commit is contained in:
parent
455e2cbd6f
commit
7c03945ba9
@ -54,8 +54,8 @@
|
|||||||
const trackEntry = spineboy.animationState.addAnimation(
|
const trackEntry = spineboy.animationState.addAnimation(
|
||||||
0,
|
0,
|
||||||
"run",
|
"run",
|
||||||
|
true,
|
||||||
3,
|
3,
|
||||||
true
|
|
||||||
);
|
);
|
||||||
trackEntry.listener = {
|
trackEntry.listener = {
|
||||||
event: (entry, event) =>
|
event: (entry, event) =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user