From 631add64fb1fbda58d825ac10ca842b95d714072 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Fri, 14 Nov 2014 01:55:42 +0100 Subject: [PATCH] Set spineboy as default. --- spine-turbulenz/example/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spine-turbulenz/example/index.html b/spine-turbulenz/example/index.html index d8ca36470..897008170 100644 --- a/spine-turbulenz/example/index.html +++ b/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;