Browse Source

[ts][phaser] Fix events example parameters order

Davide Tantillo 1 year ago
parent
commit
7c03945ba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-ts/spine-phaser/example/events-example.html

+ 1 - 1
spine-ts/spine-phaser/example/events-example.html

@@ -54,8 +54,8 @@
         const trackEntry = spineboy.animationState.addAnimation(
           0,
           "run",
+          true,
           3,
-          true
         );
         trackEntry.listener = {
           event: (entry, event) =>