MONO by timtipgames 2013-05-24T07:01:00
The src jar seems broken, not sure if could share the whole project which includes the dependencies? Tried to setup the src in eclipse but failed with below message:
=========================================
Exception in thread "LWJGL Application" java.lang.IllegalArgumentException: no position attribute was specified
at com.badlogic.gdx.graphics.VertexAttributes.checkValidity(VertexAttributes.java:114)
at com.badlogic.gdx.graphics.VertexAttributes.<init>(VertexAttributes.java:55)
at com.badlogic.gdx.graphics.glutils.VertexBufferObject.<init>(VertexBufferObject.java:73)
at com.badlogic.gdx.graphics.Mesh.<init>(Mesh.java:96)
at box2dLight.LightMap.createLightMapMesh(LightMap.java:164)
at box2dLight.LightMap.<init>(LightMap.java:117)
at box2dLight.RayHandler.<init>(RayHandler.java:112)
at box2dLight.RayHandler.<init>(RayHandler.java:88)
at com.timtips.ld26.screens.LevelScreen.init(LevelScreen.java:75)
at com.timtips.ld26.LD26.startLevel(LD26.java:38)
at com.timtips.interfaces.TimtipsBaseGame.switchState(TimtipsBaseGame.java:312)
at com.timtips.interfaces.TimtipsBaseGame.render(TimtipsBaseGame.java:284)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:204)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:112)
=========================================
Thanks!