mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
*AnimationState.java *AnimationStateTest.java Updated: *Git ignore to ignore all LibGDX libs. *MixTest.Java -- Reverted back to LWJGL *SkeletonTest.java -- Reverted back to LWJGL A few Idea project files where added. I left these in for easy future development with Intellij Idea.
10 lines
570 B
XML
10 lines
570 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="test"/>
|
|
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/gdx-backend-jglfw"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
<classpathentry exported="true" kind="lib" path="libs/gdx.jar" sourcepath="libs/gdx-sources.jar"/>
|
|
</classpath>
|