From 827cb592c95e2fbc3fbfe02d35f12cca744b5635 Mon Sep 17 00:00:00 2001 From: Disk1of5 Date: Fri, 15 Mar 2013 12:02:15 -0600 Subject: [PATCH] **Updated AnimationStatesTest.Java to match the LwjglApplication launcher of the other examples. -Disk1of5 --- spine-libgdx/spine-libgdx.iws | 84 +++++++++---------- .../spine/AnimationStatesTest.java | 5 +- 2 files changed, 43 insertions(+), 46 deletions(-) diff --git a/spine-libgdx/spine-libgdx.iws b/spine-libgdx/spine-libgdx.iws index aea8c1e03..829444bc1 100644 --- a/spine-libgdx/spine-libgdx.iws +++ b/spine-libgdx/spine-libgdx.iws @@ -22,6 +22,7 @@ + - @@ -75,10 +75,10 @@ - + - + @@ -86,10 +86,10 @@ - + - + @@ -98,7 +98,7 @@ - + @@ -152,7 +152,7 @@ - + @@ -176,10 +176,10 @@ - @@ -338,9 +338,9 @@ - - + + @@ -363,19 +363,6 @@ - - + + @@ -543,19 +543,19 @@ + - - - + + - + @@ -670,7 +670,7 @@ - + @@ -708,29 +708,29 @@ - - - - - - - - + - + + + + + + + + diff --git a/spine-libgdx/test/com/esotericsoftware/spine/AnimationStatesTest.java b/spine-libgdx/test/com/esotericsoftware/spine/AnimationStatesTest.java index 64348428c..fcfbe67b3 100644 --- a/spine-libgdx/test/com/esotericsoftware/spine/AnimationStatesTest.java +++ b/spine-libgdx/test/com/esotericsoftware/spine/AnimationStatesTest.java @@ -69,9 +69,6 @@ public class AnimationStatesTest extends ApplicationAdapter { public static void main (String[] args) throws Exception { LwjglApplicationConfiguration config = new LwjglApplicationConfiguration(); - config.title = "AnimationStates - Spine"; - config.width = 640; - config.height = 480; - new LwjglApplication(new AnimationStatesTest(), config); + new LwjglApplication(new AnimationStatesTest()); } }