浏览代码

[phaser] Minor clean-up.

Mario Zechner 2 年之前
父节点
当前提交
4af059f326
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      spine-ts/index.html
  2. 1 1
      spine-ts/spine-phaser/example/custom-spine-object-type.html

+ 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";