Thomas Cashman

Results 35 comments of Thomas Cashman

I encountered this issue and fixed it by regenerating the gpg key: gpg --gen-key

I can check this evening but I've attached a quick example I wrote the other day trying to solve the issue. I think the issue may be a documentation problem...

Currently we're building in console support and are looking to HTML5 support in the future. Perhaps once all platforms are running via Java and are stable we can look into...

Thanks for reporting the issue! Can I ask what OS you are using?

Thanks for contributing! :) This change would only cover rectangular shapes and not Circles, Polygons, etc. The goal of this issue is to replicate Slick2D's similar function found [here](https://bitbucket.org/kevglass/slick/src/b0c1ed2e5db3ca01008e8a3b925211961fc13dd4/trunk/Slick/src/org/newdawn/slick/Graphics.java#lines-662). In...

True but I've come across some users who don't have Java configured correctly to launch the generator (i.e. JAVA_HOME or PATH set correctly) - however Gradle detects the installation correctly...

Unfortunately this is due to how we interact with LibGDX and how LibGDX handles the orthographic view and texture U/V values. I'm hoping to fix this in the 2.0 release...

Looks like this is a lot messier than I thought. LibGDX scene 2D always assumes the bottom left of the screen is 0,0 but mini2Dx assumes it is top-left of...

I'll remove them in next update then XD