Bläddra i källkod

[ts][player] Small fix in physics example

Davide Tantillo 9 månader sedan
förälder
incheckning
20827bf371
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      spine-ts/spine-player/example/physics.html

+ 1 - 1
spine-ts/spine-player/example/physics.html

@@ -17,7 +17,7 @@
       last = new spine.Vector3();
       last = new spine.Vector3();
     new spine.SpinePlayer("player", {
     new spine.SpinePlayer("player", {
       skeleton: "assets/celestial-circus-pro.skel",
       skeleton: "assets/celestial-circus-pro.skel",
-      url: "assets/celestial-circus-pma.atlas",
+      atlas: "assets/celestial-circus-pma.atlas",
       showControls: true,
       showControls: true,
       animation: "swing",
       animation: "swing",
       success: (player) => {
       success: (player) => {