Browse Source

[phaser] Minor clean-up.

Mario Zechner 2 years ago
parent
commit
4af059f326

+ 1 - 1
spine-ts/index.html

@@ -84,7 +84,7 @@
           >
         </li>
         <li>
-          <a href="/spine-phaser/example/custom-spine-object-type.html">Custom object type</a>
+          <a href="/spine-phaser/example/custom-spine-object-type.html">Custom object factory name</a>
         </li>
       </ul>
       <li>Player</li>

+ 1 - 1
spine-ts/spine-phaser/example/custom-spine-object-type.html

@@ -11,7 +11,7 @@
 </head>
 
 <body>
-    <h1>Basic example</h1>
+    <h1>Custom object factor name</h1>
 </body>
 <script>
     window.SPINE_GAME_OBJECT_TYPE = "spineOfficial";