浏览代码

Set spineboy as default.

NathanSweet 10 年之前
父节点
当前提交
631add64fb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      spine-turbulenz/example/index.html

+ 2 - 2
spine-turbulenz/example/index.html

@@ -55,8 +55,8 @@ var TurbulenzEngine = WebGLTurbulenzEngine.create({canvas: canvas});
 var graphicsDevice = TurbulenzEngine.createGraphicsDevice({});
 var draw2D = Draw2D.create({graphicsDevice: graphicsDevice});
 
-//load("spineboy", 0.6);
-load("hero", 1);
+load("spineboy", 0.6);
+//load("hero", 1);
 //load("goblins", 1);
 
 var atlas;